Changeset 17995


Ignore:
Timestamp:
05/13/14 21:30:30 (11 years ago)
Author:
Mathieu Morlighem
Message:

DEL: removing modules that are never used

Location:
issm/trunk-jpl/src
Files:
7 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/Makefile.am

    r17933 r17995  
    826826                        ./modules/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp\
    827827                        ./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\
    834828                        ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.cpp\
    835829                        ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.h\
  • issm/trunk-jpl/src/c/modules/modules.h

    r17926 r17995  
    88/*Modules: */
    99#include "./AllocateSystemMatricesx/AllocateSystemMatricesx.h"
    10 #include "./AverageFilterx/AverageFilterx.h"
    1110#include "./AverageOntoPartitionx/AverageOntoPartitionx.h"
    1211#include "./Bamgx/Bamgx.h"
     
    2423#include "./DragCoefficientAbsGradientx/DragCoefficientAbsGradientx.h"
    2524#include "./ElementConnectivityx/ElementConnectivityx.h"
    26 #include "./EdgeDetectionx/EdgeDetectionx.h"
    2725#include "./GetSolutionFromInputsx/GetSolutionFromInputsx.h"
    2826#include "./GetVectorFromInputsx/GetVectorFromInputsx.h"
     
    3331#include "./Gradjx/Gradjx.h"
    3432#include "./GroundinglineMigrationx/GroundinglineMigrationx.h"
    35 #include "./HoleFillerx/HoleFillerx.h"
    3633#include "./InputControlUpdatex/InputControlUpdatex.h"
    3734#include "./InputDepthAverageAtBasex/InputDepthAverageAtBasex.h"
  • issm/trunk-jpl/src/wrappers/matlab/Makefile.am

    r16413 r17995  
    4747#Wrappers {{{
    4848if WRAPPERS
    49 lib_LTLIBRARIES +=  AverageFilter.la\
    50                                                  BamgMesher.la\
     49lib_LTLIBRARIES += BamgMesher.la\
    5150                                                 BamgConvertMesh.la\
    5251                                                 BamgTriangulate.la\
    5352                                                 ContourToMesh.la\
    5453                                                 ContourToNodes.la\
    55                                                  EdgeDetection.la\
    5654                                                 ElementConnectivity.la\
    5755                                                 EnumToString.la\
    5856                                                 ExpSimplify.la\
    59                                                  HoleFiller.la\
    60                                                  InternalFront.la\
    6157                                                 InterpFromGridToMesh.la\
    6258                                                 InterpFromMeshToMesh2d.la\
     
    133129libISSMApi_la_LDFLAGS = -module -export-dynamic
    134130
    135 AverageFilter_la_SOURCES = ../AverageFilter/AverageFilter.cpp\
    136                                                                         ../AverageFilter/AverageFilter.h
    137 AverageFilter_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)
    138 
    139131BamgMesher_la_SOURCES = ../BamgMesher/BamgMesher.cpp\
    140132                                                                ../BamgMesher/BamgMesher.h
     
    173165StringToEnum_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)
    174166
    175 HoleFiller_la_SOURCES = ../HoleFiller/HoleFiller.cpp\
    176                                                                 ../HoleFiller/HoleFiller.h
    177 HoleFiller_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)  $(GSLLIB)
    178 
    179 InternalFront_la_SOURCES = ../InternalFront/InternalFront.cpp\
    180                                                                         ../InternalFront/InternalFront.h
    181 InternalFront_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)
    182 
    183167InterpFromGridToMesh_la_SOURCES = ../InterpFromGridToMesh/InterpFromGridToMesh.cpp\
    184168                                                                                         ../InterpFromGridToMesh/InterpFromGridToMesh.h
     
    225209Ll2xy_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)
    226210
    227 EdgeDetection_la_SOURCES = ../EdgeDetection/EdgeDetection.cpp\
    228                                                         ../EdgeDetection/EdgeDetection.h
    229 EdgeDetection_la_LIBADD= ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB)
    230 
    231211ExpSimplify_la_SOURCES = ../ExpSimplify/ExpSimplify.cpp\
    232212                                                        ../ExpSimplify/ExpSimplify.h
Note: See TracChangeset for help on using the changeset viewer.