Changeset 20061


Ignore:
Timestamp:
02/03/16 11:04:42 (9 years ago)
Author:
Eric.Larour
Message:

NEW: new DistanceToMaskBoundary module.

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

Legend:

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

    r20020 r20061  
    550550                        ./modules/ExpToLevelSetx/ExpToLevelSetxt.cpp\
    551551                        ./modules/ContourToNodesx/ContourToNodesx.cpp\
     552                        ./modules/DistanceToMaskBoundaryx/DistanceToMaskBoundaryx.cpp\
     553                        ./modules/DistanceToMaskBoundaryx/DistanceToMaskBoundaryxt.cpp\
    552554                        ./modules/NodeConnectivityx/NodeConnectivityx.cpp\
    553555                        ./modules/ElementConnectivityx/ElementConnectivityx.cpp\
  • issm/trunk-jpl/src/wrappers/matlab/Makefile.am

    r19579 r20061  
    4242                                                 ContourToMesh.la\
    4343                                                 ContourToNodes.la\
     44                                                 DistanceToMaskBoundary.la\
    4445                                                 ElementConnectivity.la\
    4546                                                 EnumToString.la\
     
    161162ContourToNodes_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    162163
     164DistanceToMaskBoundary_la_SOURCES = ../DistanceToMaskBoundary/DistanceToMaskBoundary.cpp
     165DistanceToMaskBoundary_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     166
    163167ElementConnectivity_la_SOURCES = ../ElementConnectivity/ElementConnectivity.cpp
    164168ElementConnectivity_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
Note: See TracChangeset for help on using the changeset viewer.