Changeset 17995
- Timestamp:
- 05/13/14 21:30:30 (11 years ago)
- Location:
- issm/trunk-jpl/src
- Files:
-
- 7 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Makefile.am
r17933 r17995 826 826 ./modules/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp\ 827 827 ./modules/InterpFromMeshToGridx/InterpFromMeshToGridx.h\ 828 ./modules/HoleFillerx/HoleFillerx.cpp\829 ./modules/HoleFillerx/HoleFillerx.h\830 ./modules/EdgeDetectionx/EdgeDetectionx.cpp\831 ./modules/EdgeDetectionx/EdgeDetectionx.h\832 ./modules/AverageFilterx/AverageFilterx.cpp\833 ./modules/AverageFilterx/AverageFilterx.h\834 828 ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.cpp\ 835 829 ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.h\ -
issm/trunk-jpl/src/c/modules/modules.h
r17926 r17995 8 8 /*Modules: */ 9 9 #include "./AllocateSystemMatricesx/AllocateSystemMatricesx.h" 10 #include "./AverageFilterx/AverageFilterx.h"11 10 #include "./AverageOntoPartitionx/AverageOntoPartitionx.h" 12 11 #include "./Bamgx/Bamgx.h" … … 24 23 #include "./DragCoefficientAbsGradientx/DragCoefficientAbsGradientx.h" 25 24 #include "./ElementConnectivityx/ElementConnectivityx.h" 26 #include "./EdgeDetectionx/EdgeDetectionx.h"27 25 #include "./GetSolutionFromInputsx/GetSolutionFromInputsx.h" 28 26 #include "./GetVectorFromInputsx/GetVectorFromInputsx.h" … … 33 31 #include "./Gradjx/Gradjx.h" 34 32 #include "./GroundinglineMigrationx/GroundinglineMigrationx.h" 35 #include "./HoleFillerx/HoleFillerx.h"36 33 #include "./InputControlUpdatex/InputControlUpdatex.h" 37 34 #include "./InputDepthAverageAtBasex/InputDepthAverageAtBasex.h" -
issm/trunk-jpl/src/wrappers/matlab/Makefile.am
r16413 r17995 47 47 #Wrappers {{{ 48 48 if WRAPPERS 49 lib_LTLIBRARIES += AverageFilter.la\ 50 BamgMesher.la\ 49 lib_LTLIBRARIES += BamgMesher.la\ 51 50 BamgConvertMesh.la\ 52 51 BamgTriangulate.la\ 53 52 ContourToMesh.la\ 54 53 ContourToNodes.la\ 55 EdgeDetection.la\56 54 ElementConnectivity.la\ 57 55 EnumToString.la\ 58 56 ExpSimplify.la\ 59 HoleFiller.la\60 InternalFront.la\61 57 InterpFromGridToMesh.la\ 62 58 InterpFromMeshToMesh2d.la\ … … 133 129 libISSMApi_la_LDFLAGS = -module -export-dynamic 134 130 135 AverageFilter_la_SOURCES = ../AverageFilter/AverageFilter.cpp\136 ../AverageFilter/AverageFilter.h137 AverageFilter_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)138 139 131 BamgMesher_la_SOURCES = ../BamgMesher/BamgMesher.cpp\ 140 132 ../BamgMesher/BamgMesher.h … … 173 165 StringToEnum_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) 174 166 175 HoleFiller_la_SOURCES = ../HoleFiller/HoleFiller.cpp\176 ../HoleFiller/HoleFiller.h177 HoleFiller_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)178 179 InternalFront_la_SOURCES = ../InternalFront/InternalFront.cpp\180 ../InternalFront/InternalFront.h181 InternalFront_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)182 183 167 InterpFromGridToMesh_la_SOURCES = ../InterpFromGridToMesh/InterpFromGridToMesh.cpp\ 184 168 ../InterpFromGridToMesh/InterpFromGridToMesh.h … … 225 209 Ll2xy_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) 226 210 227 EdgeDetection_la_SOURCES = ../EdgeDetection/EdgeDetection.cpp\228 ../EdgeDetection/EdgeDetection.h229 EdgeDetection_la_LIBADD= ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)230 231 211 ExpSimplify_la_SOURCES = ../ExpSimplify/ExpSimplify.cpp\ 232 212 ../ExpSimplify/ExpSimplify.h
Note:
See TracChangeset
for help on using the changeset viewer.