Changeset 1180
- Timestamp:
- 06/30/09 10:51:20 (16 years ago)
- Location:
- issm/trunk/src/mex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/InterpFromMesh2d/InterpFromMesh2d.cpp
r1178 r1180 119 119 120 120 /*Loop over the elements*/ 121 printf("\n interpolation progress: %5.2lf %%",0.0);121 printf("\n interpolation progress: %5.2lf %%",0.0); 122 122 for (i=0;i<nels_data;i++){ 123 123 -
issm/trunk/src/mex/InterpFromMesh3d/InterpFromMesh3d.cpp
r1178 r1180 124 124 125 125 /*Loop over the elements*/ 126 printf("\n interpolation progress: %5.2lf %%",0.0);126 printf("\n interpolation progress: %5.2lf %%",0.0); 127 127 for (i=0;i<nels_data;i++){ 128 128
Note:
See TracChangeset
for help on using the changeset viewer.