Ignore:
Timestamp:
07/23/13 11:39:09 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp

    r15168 r15557  
    9292                /*display current iteration*/
    9393                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<<"%   ");
    9595
    9696                /*Get extrema coordinates of current elements*/
     
    172172        }
    173173        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");
    175175
    176176        /*Assign output pointers:*/
Note: See TracChangeset for help on using the changeset viewer.