Changeset 2837


Ignore:
Timestamp:
01/14/10 14:56:55 (15 years ago)
Author:
Mathieu Morlighem
Message:

removed Bamgx/Metric.cpp

Location:
issm/trunk/src/c
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Bamgx/Metric.h

    r2800 r2837  
    163163
    164164void ReductionSimultanee( MetricAnIso M1,  MetricAnIso M2,double & l1,double & l2, D2xD2 & V) ;
     165MetricAnIso Intersection(const MetricAnIso M1,const MetricAnIso M2) ;
    165166
    166167inline MetricAnIso::MetricAnIso(const MatVVP2x2 M) 
  • issm/trunk/src/c/Makefile.am

    r2825 r2837  
    323323                                        ./Bamgx/Mesh2.h \
    324324                                        ./Bamgx/meshtype.h \
     325                                        ./Bamgx/objects/MatVVP2x2.cpp \
     326                                        ./Bamgx/objects/MetricAnIso.cpp \
    325327                                        ./Bamgx/objects/GeometricalEdge.cpp \
    326328                                        ./Bamgx/objects/Triangles.cpp   \
    327329                                        ./Bamgx/objects/Triangle.cpp    \
    328330                                        ./Bamgx/objects/Geometry.cpp    \
    329                                         ./Bamgx/Metric.cpp \
    330331                                        ./Bamgx/Metric.h \
    331332                                        ./Bamgx/QuadTree.cpp \
     
    663664                                        ./Bamgx/Mesh2.h \
    664665                                        ./Bamgx/meshtype.h \
     666                                        ./Bamgx/objects/MatVVP2x2.cpp \
     667                                        ./Bamgx/objects/MetricAnIso.cpp \
    665668                                        ./Bamgx/objects/GeometricalEdge.cpp \
    666669                                        ./Bamgx/objects/Triangles.cpp   \
    667670                                        ./Bamgx/objects/Triangle.cpp    \
    668671                                        ./Bamgx/objects/Geometry.cpp    \
    669                                         ./Bamgx/Metric.cpp \
    670672                                        ./Bamgx/Metric.h \
    671673                                        ./Bamgx/QuadTree.cpp \
Note: See TracChangeset for help on using the changeset viewer.