Changeset 12029


Ignore:
Timestamp:
04/17/12 08:35:57 (13 years ago)
Author:
Mathieu Morlighem
Message:

Readded NodeConnectivity

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/mex/ElementConnectivity/ElementConnectivity.h

    r12013 r12029  
    1 
    21/*
    32        ElementConnectivity.h
    43*/
    5 
    64
    75#ifndef _ELEMENTCONNECTIVITY_H
     
    3331#define NRHS  2
    3432
    35 
    3633#endif  /* _ELEMENTCONNECTIVITY_H */
    37 
  • issm/trunk-jpl/src/mex/Makefile.am

    r12023 r12029  
    1313                                ElementConnectivity\
    1414                                EnumToString\
    15                                 StringToEnum\
     15                                Exp2Kml \
    1616                                HoleFiller \
    1717                                InternalFront\
     
    2424                                KMLMeshWrite \
    2525                                KMLOverlay \
    26                                 Xy2ll \
     26                                Kml2Exp \
    2727                                Ll2xy \
    28                                 Exp2Kml \
    29                                 Kml2Exp \
     28                                NodeConnectivity \
    3029                                MeshPartition\
    3130                                MeshProfileIntersection\
     
    3433                                Scotch\
    3534                                Shp2Kml\
     35                                StringToEnum\
    3636                                TriaSearch\
    3737                                TriMesh\
     
    3939                                TriMeshNoDensity\
    4040                                TriMeshProcessRifts\
    41                                 TriMeshRefine
     41                                TriMeshRefine\
     42                                Xy2ll
    4243endif
    4344if PYTHON
     
    148149                          MeshProfileIntersection/MeshProfileIntersection.h
    149150
     151NodeConnectivity_SOURCES = NodeConnectivity/NodeConnectivity.cpp\
     152                                                                                NodeConnectivity/NodeConnectivity.h
     153
    150154PointCloudFindNeighbors_SOURCES = PointCloudFindNeighbors/PointCloudFindNeighbors.cpp\
    151155                          PointCloudFindNeighbors/PointCloudFindNeighbors.h
Note: See TracChangeset for help on using the changeset viewer.