Ignore:
Timestamp:
06/18/12 09:56:03 (13 years ago)
Author:
Mathieu Morlighem
Message:

changing xmalloc to xNew and xfree to xDelete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/KML/KML_LinearRing.h

    r12365 r12442  
    2121        public:
    2222
    23                 bool  extrude;
    24                 bool  tessellate;
    25                 char  altmode[KML_LINEARRING_ALTMODE_LENGTH+1];
    26         int   ncoord;
    27                 double (*coords)[3];
     23                bool     extrude;
     24                bool     tessellate;
     25                char     altmode[KML_LINEARRING_ALTMODE_LENGTH+1];
     26                int      ncoord;
     27                double  *coords;
    2828
    2929                /*KML_LinearRing constructors, destructors {{{*/
Note: See TracChangeset for help on using the changeset viewer.