Changeset 1180


Ignore:
Timestamp:
06/30/09 10:51:20 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

Location:
issm/trunk/src/mex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/InterpFromMesh2d/InterpFromMesh2d.cpp

    r1178 r1180  
    119119
    120120        /*Loop over the elements*/
    121         printf("\n   interpolation progress:   %5.2lf %%",0.0);
     121        printf("\n      interpolation progress:   %5.2lf %%",0.0);
    122122        for (i=0;i<nels_data;i++){
    123123
  • issm/trunk/src/mex/InterpFromMesh3d/InterpFromMesh3d.cpp

    r1178 r1180  
    124124
    125125        /*Loop over the elements*/
    126         printf("\n   interpolation progress:   %5.2lf %%",0.0);
     126        printf("\n      interpolation progress:   %5.2lf %%",0.0);
    127127        for (i=0;i<nels_data;i++){
    128128
Note: See TracChangeset for help on using the changeset viewer.