--- C:\data\home\sdteffen\src\libproj4\src\proj_rouss.c Tue Jan 31 09:43:58 2006 +++ C:\data\home\sdteffen\src\proj-4.4.9\src\PJ_rouss.c Tue Jan 31 22:05:17 2006 @@ -3,8 +3,6 @@ ** ** Copyright (c) 2003, 2006 Gerald I. Evenden */ -static const char -LIBPROJ_ID[] = "$Id: proj_rouss.c,v 3.1 2006/01/11 01:38:18 gie Exp $"; /* ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the @@ -32,8 +30,9 @@ double C1, C2, C3, C4, C5, C6, C7, C8; \ double D1, D2, D3, D4, D5, D6, D7, D8, D9, D10, D11; \ void *en; -#define PROJ_LIB__ -# include +#define PJ_LIB__ +#include +PJ_CVSID("$Id: proj_rouss.c,v 3.1 2006/01/11 01:38:18 gie Exp $"); PROJ_HEAD(rouss, "Roussilhe Stereographic") "\n\tAzi., Ellps."; FORWARD(e_forward); /* ellipsoid */ double s, al, cp, sp, al2, s2; --- C:\data\home\sdteffen\src\libproj4\src\proj_mdist.c Tue Jan 31 09:43:58 2006 +++ C:\data\home\sdteffen\src\proj-4.4.9\src\PJ_mdist.c Tue Jan 31 22:25:19 2006 @@ -3,8 +3,6 @@ ** ** Copyright (c) 2003, 2006 Gerald I. Evenden */ -static const char -LIBPROJ_ID[] = "$Id: proj_mdist.c,v 3.1 2006/01/11 01:38:18 gie Exp $"; /* ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the @@ -29,8 +27,9 @@ ** and inverse on unit ellipsoid. ** Precision commensurate with double precision. */ -#define PROJ_LIB__ -#include +#define PJ_LIB__ +#include +PJ_CVSID("$Id: proj_mdist.c,v 3.1 2006/01/11 01:38:18 gie Exp $"); #define MAX_ITER 20 #define TOL 1e-14 @@ -118,7 +117,8 @@ return phi; } /* convergence failed */ - proj_errno = -17; + //E_ERROR(-17); + printf("ERROR:-17\n"); return phi; } /* Revision Log: