Changeset 2837
- Timestamp:
- 01/14/10 14:56:55 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Bamgx/Metric.h
r2800 r2837 163 163 164 164 void ReductionSimultanee( MetricAnIso M1, MetricAnIso M2,double & l1,double & l2, D2xD2 & V) ; 165 MetricAnIso Intersection(const MetricAnIso M1,const MetricAnIso M2) ; 165 166 166 167 inline MetricAnIso::MetricAnIso(const MatVVP2x2 M) -
issm/trunk/src/c/Makefile.am
r2825 r2837 323 323 ./Bamgx/Mesh2.h \ 324 324 ./Bamgx/meshtype.h \ 325 ./Bamgx/objects/MatVVP2x2.cpp \ 326 ./Bamgx/objects/MetricAnIso.cpp \ 325 327 ./Bamgx/objects/GeometricalEdge.cpp \ 326 328 ./Bamgx/objects/Triangles.cpp \ 327 329 ./Bamgx/objects/Triangle.cpp \ 328 330 ./Bamgx/objects/Geometry.cpp \ 329 ./Bamgx/Metric.cpp \330 331 ./Bamgx/Metric.h \ 331 332 ./Bamgx/QuadTree.cpp \ … … 663 664 ./Bamgx/Mesh2.h \ 664 665 ./Bamgx/meshtype.h \ 666 ./Bamgx/objects/MatVVP2x2.cpp \ 667 ./Bamgx/objects/MetricAnIso.cpp \ 665 668 ./Bamgx/objects/GeometricalEdge.cpp \ 666 669 ./Bamgx/objects/Triangles.cpp \ 667 670 ./Bamgx/objects/Triangle.cpp \ 668 671 ./Bamgx/objects/Geometry.cpp \ 669 ./Bamgx/Metric.cpp \670 672 ./Bamgx/Metric.h \ 671 673 ./Bamgx/QuadTree.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.