- Timestamp:
- 07/23/13 11:39:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp
r15168 r15557 92 92 /*display current iteration*/ 93 93 if (debug && fmod((double)n,(double)100)==0) 94 _printf_("\r interpolation progress: "<<setw(6)<<setprecision(2)<<double(n)/double(nels)*100<<"% ");94 _printf_("\r interpolation progress: "<<setw(6)<<setprecision(2)<<double(n)/double(nels)*100<<"% "); 95 95 96 96 /*Get extrema coordinates of current elements*/ … … 172 172 } 173 173 if (debug) 174 _printf_("\r interpolation progress: "<<fixed<<setw(6)<<setprecision(2)<<100.<<"% \n");174 _printf_("\r interpolation progress: "<<fixed<<setw(6)<<setprecision(2)<<100.<<"% \n"); 175 175 176 176 /*Assign output pointers:*/
Note:
See TracChangeset
for help on using the changeset viewer.