Show
Ignore:
Timestamp:
11/22/05 13:29:41 (7 years ago)
Author:
strk
Message:

Fixed a bug in getPoint{3dm,3dz,4d}_p() api calls automatically
fixing bugs in force_{3dm,3dz,4d}() user functions, for which
tests have been added in regress dir.
Wrapped paranoid checks in PARANOIA_LEVEL preprocessor blocks.
Updated release notes and CHANGES file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lwgeom/liblwgeom.h

    r2037 r2053  
    270270// copies a point from the point array into the parameter point 
    271271// will set point's z=0 (or NaN) if pa is 2d 
    272 // will set point's m=0 (or NaN( if pa is 3d or 2d 
     272// will set point's m=0 (or NaN) if pa is 3d or 2d 
    273273// NOTE: point is a real POINT3D *not* a pointer 
    274274extern POINT4D getPoint4d(const POINTARRAY *pa, int n);