Changeset 12056
- Timestamp:
- 04/18/12 16:13:44 (13 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Makefile.am
r12051 r12056 924 924 libISSMCore_a_CXXFLAGS = $(ALLCXXFLAGS) 925 925 926 if MODULES 926 927 libISSMModules_a_SOURCES = $(module_sources) 927 928 libISSMModules_a_SOURCES += $(bamg_sources) 928 929 libISSMModules_a_SOURCES += $(kml_sources) 929 930 libISSMModules_a_CXXFLAGS = $(ALLCXXFLAGS) 931 endif 930 932 931 933 if PYTHON -
issm/trunk-jpl/src/c/modules/TriMeshx/TriMeshx.cpp
r11944 r12056 10 10 #include "../../toolkits/toolkits.h" 11 11 #include "../../EnumDefinitions/EnumDefinitions.h" 12 /*ANSI_DECLARATORS needed to call triangle library: */ 13 #ifndef ANSI_DECLARATORS 14 #define ANSI_DECLARATORS 15 #include "triangle.h" 16 #undef ANSI_DECLARATORS 17 #else 18 #include "triangle.h" 19 #endif 12 20 /*}}}*/ 13 21 -
issm/trunk-jpl/src/c/modules/TriMeshx/TriMeshx.h
r11880 r12056 5 5 #ifndef _TRIMESHX_H_ 6 6 #define _TRIMESHX_H_ 7 8 9 10 /*ANSI_DECLARATORS needed to call triangle library: */11 #ifndef ANSI_DECLARATORS12 #define ANSI_DECLARATORS13 #include "triangle.h"14 #undef ANSI_DECLARATORS15 #else16 #include "triangle.h"17 #endif18 7 19 8 #include "string.h"
Note:
See TracChangeset
for help on using the changeset viewer.