Changeset 12516 for issm/trunk-jpl/src/modules/BamgConvertMesh
- Timestamp:
- 06/22/12 17:05:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/modules/BamgConvertMesh/BamgConvertMesh.cpp
r12497 r12516 77 77 void BamgConvertMeshUsage(void) 78 78 { 79 _printf_(true,"BAMGCONVERTMESH - convert [x y index] to a bamg geom and mesh geom");80 _printf_(true,"\n");81 _printf_(true," Usage:\n");82 _printf_(true," [bamggeom bamgmesh]=BamgConvertMesh(index,x,y);\n");83 _printf_(true," index: index of the mesh\n");84 _printf_(true," x,y: coordinates of the nodes\n");85 _printf_(true,"\n");79 if(true) _pprintString_("BAMGCONVERTMESH - convert [x y index] to a bamg geom and mesh geom"); 80 if(true) _pprintLine_(""); 81 if(true) _pprintLine_(" Usage:"); 82 if(true) _pprintLine_(" [bamggeom bamgmesh]=BamgConvertMesh(index,x,y);"); 83 if(true) _pprintLine_(" index: index of the mesh"); 84 if(true) _pprintLine_(" x,y: coordinates of the nodes"); 85 if(true) _pprintLine_(""); 86 86 }
Note:
See TracChangeset
for help on using the changeset viewer.