- Timestamp:
- 05/24/13 13:02:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/InterpFromMesh2dx/InterpFromMesh2dxt.cpp
r15099 r15100 47 47 /*display current iteration*/ 48 48 if (debug && my_thread==0 && fmod((double)i,(double)100)==0) 49 _print String_("\r interpolation progress: "<<setw(6)<<setprecision(2)<<double(i-i0)/double(i1-i0)*100<<"%");49 _printf_("\r interpolation progress: "<<setw(6)<<setprecision(2)<<double(i-i0)/double(i1-i0)*100<<"%"); 50 50 51 51 /*if there is no point inside the domain, go to next iteration*/ … … 99 99 } 100 100 if(debug && my_thread==0) 101 _print String_("\r interpolation progress: "<<fixed<<setw(6)<<setprecision(2)<<100.<<"%" << "\n");101 _printf_("\r interpolation progress: "<<fixed<<setw(6)<<setprecision(2)<<100.<<"%" << "\n"); 102 102 return NULL; 103 103 }
Note:
See TracChangeset
for help on using the changeset viewer.