Changeset 23360 for issm/trunk
- Timestamp:
- 09/29/18 20:15:33 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/InterpFromGridToMeshx/InterpFromGridToMeshx.cpp
r23189 r23360 80 80 /*launch the thread manager with InterpFromGridToMeshxt as a core: */ 81 81 LaunchThread(InterpFromGridToMeshxt,(void*)&gate,_NUMTHREADS_); 82 _printf_("\r interpolation progress: "<<fixed<<setw(6)<<setprecision(2)<<100.<<"% \n");82 //_printf_("\r interpolation progress: "<<fixed<<setw(6)<<setprecision(2)<<100.<<"% \n"); 83 83 84 84 /*Assign output pointers:*/ … … 133 133 134 134 if(debug && my_thread==0) 135 _printf_("\r interpolation progress: "<<setw(6)<<setprecision(2)<<double(i-i0)/double(i1-i0)*100<<"% ");135 //_printf_("\r interpolation progress: "<<setw(6)<<setprecision(2)<<double(i-i0)/double(i1-i0)*100<<"% "); 136 136 x_grid=*(x_mesh+i); 137 137 y_grid=*(y_mesh+i);
Note:
See TracChangeset
for help on using the changeset viewer.