diff options
Diffstat (limited to 'src/pj_transform.c')
| -rw-r--r-- | src/pj_transform.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pj_transform.c b/src/pj_transform.c index 2545db16..c8b68281 100644 --- a/src/pj_transform.c +++ b/src/pj_transform.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Perform overall coordinate system to coordinate system * transformations (pj_transform() function) including reprojection @@ -34,8 +32,6 @@ #include <math.h> #include "geocent.h" -PJ_CVSID("$Id$"); - static int pj_adjust_axis( projCtx ctx, const char *axis, int denormalize_flag, long point_count, int point_offset, double *x, double *y, double *z ); |
