- Timestamp:
- 10/05/18 10:42:08 (6 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl ¶
-
issm/trunk-jpl/src ¶
- Property svn:mergeinfo changed
/issm/trunk/src merged: 23346,23360
- Property svn:mergeinfo changed
-
TabularUnified issm/trunk-jpl/src/c/modules/InterpFromGridToMeshx/InterpFromGridToMeshx.cpp ¶
r23046 r23393 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.