Changeset 30


Ignore:
Timestamp:
04/24/09 10:29:08 (16 years ago)
Author:
Eric.Larour
Message:

New patch for C++ compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/triangle/triangle.h.patch

    r1 r30  
    1 249a250,251
     1249a250,253
     2> #ifndef REAL
    23> typedef double REAL;
    34> typedef void VOID;
    4 251c253
     5> #endif
     6251c255
    57< struct triangulateio {
    68---
    79> extern "C" struct triangulateio {
    8 283c285
     10283c287
    911< void triangulate(char *, struct triangulateio *, struct triangulateio *,
    1012---
    1113> extern "C" void triangulate(char *, struct triangulateio *, struct triangulateio *,
    12 285c287
     14285c289
    1315< void trifree(VOID *memptr);
    1416---
Note: See TracChangeset for help on using the changeset viewer.