Changeset 23346


Ignore:
Timestamp:
09/27/18 13:19:32 (6 years ago)
Author:
Mathieu Morlighem
Message:

BUG: trying to fix bug reported by Seth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/wrappers/matlab/io/ApiPrintf.cpp

    r22758 r23346  
    1515
    1616        /*use mexPrintf in matlab: */
    17         //mexPrintf(string); /*Messes up percentages (like "interpolation progress: 100.00%")*/
    18         printf("%s",string);
     17        mexPrintf(string); /*Messes up percentages (like "interpolation progress: 100.00%")*/
     18        //printf("%s",string);
    1919        return;
    2020}
Note: See TracChangeset for help on using the changeset viewer.