- Timestamp:
- 06/25/12 11:12:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/InterpFromGridToMeshx/InterpFromGridToMeshx.cpp
r12511 r12526 87 87 /*launch the thread manager with InterpFromGridToMeshxt as a core: */ 88 88 LaunchThread(InterpFromGridToMeshxt,(void*)&gate,num); 89 _printLine_("\r interpolation progress: "<<fixed<<setw(6)<<setprecision(2)<<100.<<"%"); 89 90 90 91 /*Assign output pointers:*/ … … 139 140 140 141 if(debug && my_thread==0) 141 _p rintLine_("\r interpolation progress: "<<setw(5)<<setprecision(2)<<double(i-i0)/double(i1-i0)*100<<"%%");142 _pprintString_("\r interpolation progress: "<<setw(6)<<setprecision(2)<<double(i-i0)/double(i1-i0)*100<<"%"); 142 143 x_grid=*(x_mesh+i); 143 144 y_grid=*(y_mesh+i);
Note:
See TracChangeset
for help on using the changeset viewer.