Changeset 14294


Ignore:
Timestamp:
01/31/13 10:26:05 (12 years ago)
Author:
Mathieu Morlighem
Message:

New: Added ExpSimplify => Recursive Douglas-Peucker Polygon Simplification

Location:
issm/trunk-jpl/src/wrappers
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/Exp2Kml/Exp2Kml.h

    r13749 r14294  
    5151
    5252#endif
    53 
  • issm/trunk-jpl/src/wrappers/matlab/Makefile.am

    r14279 r14294  
    4848                                                 ElementConnectivity.la\
    4949                                                 EnumToString.la\
     50                                                 ExpSimplify.la\
    5051                                                 HoleFiller.la\
    5152                                                 InternalFront.la\
     
    211212Ll2xy_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
    212213
     214ExpSimplify_la_SOURCES = ../ExpSimplify/ExpSimplify.cpp\
     215                                                        ../ExpSimplify/ExpSimplify.h
     216ExpSimplify_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
     217
    213218Exp2Kml_la_SOURCES = ../Exp2Kml/Exp2Kml.cpp\
    214219                                                        ../Exp2Kml/Exp2Kml.h
Note: See TracChangeset for help on using the changeset viewer.