Changeset 3558
- Timestamp:
- 04/16/10 14:16:41 (15 years ago)
- Location:
- issm/trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/BamgConvertMeshx/BamgConvertMeshx.cpp
r3354 r3558 22 22 /*Options*/ 23 23 BamgOpts bamgopts; 24 BamgOptsInit(&bamgopts); 24 25 25 26 // read mesh -
issm/trunk/src/m/utils/Nightly/runme.m
r3266 r3558 108 108 if ~rifts, 109 109 md=mesh(md,domainname,resolution); 110 md=meshconvert(md); %create bamg outputs 110 111 else 111 112 md=mesh(md,domainname,riftname,resolution); -
issm/trunk/src/mex/BamgConvertMesh/BamgConvertMesh.cpp
r3354 r3558 24 24 int nods; 25 25 int nels; 26 int verbose= 2;26 int verbose=0; 27 27 28 28 /*Boot module: */
Note:
See TracChangeset
for help on using the changeset viewer.