[Cmap-cvs] cmap Geodesy.h,1.6,1.7
Status: Beta
Brought to you by:
dyp
From: Denis P. <dy...@us...> - 2004-05-16 12:20:52
|
Update of /cvsroot/cmap/cmap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15424 Modified Files: Geodesy.h Log Message: Indenting Index: Geodesy.h =================================================================== RCS file: /cvsroot/cmap/cmap/Geodesy.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Geodesy.h 16 May 2004 11:07:42 -0000 1.6 +++ Geodesy.h 16 May 2004 12:20:40 -0000 1.7 @@ -7,8 +7,8 @@ const double HalfPi = Pi / 2; const double E = log(1.); -double SQU_area (int n); -double LEN_area (int n); +double SQU_area(int n); +double LEN_area(int n); double IngitLat2Degrees(long degrees); double IngitLon2Degrees(long degrees, bool start); |