Changeset 2806
- Timestamp:
- 01/12/10 15:06:55 (15 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 2 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Bamgx/Bamgx.cpp
r2805 r2806 109 109 //Build output 110 110 if (verbosity>1) printf(" Write Mesh...\n"); 111 Th.Write BamgMesh(bamgmesh,bamgopts);111 Th.WriteMesh(bamgmesh,bamgopts); 112 112 if (verbosity>1) printf(" Write Geometry...\n"); 113 113 Gh.WriteGeometry(bamggeom,bamgopts); … … 167 167 //Build output 168 168 if (verbosity>1) printf(" Write Mesh...\n"); 169 Th.Write BamgMesh(bamgmesh,bamgopts);169 Th.WriteMesh(bamgmesh,bamgopts); 170 170 if (verbosity>1) printf(" Write Geometry...\n"); 171 171 Th.Gh.WriteGeometry(bamggeom,bamgopts); -
issm/trunk/src/c/Bamgx/Mesh2.h
r2805 r2806 838 838 839 839 void ReadFromMatlabMesh(BamgMesh* bamgmesh, BamgOpts* bamgopts); 840 void Write BamgMesh(BamgMesh* bamgmesh,BamgOpts* bamgopts);840 void WriteMesh(BamgMesh* bamgmesh,BamgOpts* bamgopts); 841 841 842 842 void ReadMetric(BamgOpts* bamgopts,const Real8 hmin,const Real8 hmax,const Real8 coef); -
issm/trunk/src/c/Makefile.am
r2805 r2806 324 324 ./Bamgx/MeshGeom.cpp \ 325 325 ./Bamgx/MeshQuad.cpp \ 326 ./Bamgx/MeshRead.cpp \327 326 ./Bamgx/meshtype.h \ 328 ./Bamgx/MeshWrite.cpp \ 327 ./Bamgx/Triangles.cpp \ 328 ./Bamgx/Geometry.cpp \ 329 329 ./Bamgx/Metric.cpp \ 330 330 ./Bamgx/Metric.h \ … … 664 664 ./Bamgx/MeshGeom.cpp \ 665 665 ./Bamgx/MeshQuad.cpp \ 666 ./Bamgx/MeshRead.cpp \667 666 ./Bamgx/meshtype.h \ 668 ./Bamgx/MeshWrite.cpp \ 667 ./Bamgx/Triangles.cpp \ 668 ./Bamgx/Geometry.cpp \ 669 669 ./Bamgx/Metric.cpp \ 670 670 ./Bamgx/Metric.h \
Note:
See TracChangeset
for help on using the changeset viewer.