Changeset 23346
- Timestamp:
- 09/27/18 13:19:32 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/wrappers/matlab/io/ApiPrintf.cpp
r22758 r23346 15 15 16 16 /*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); 19 19 return; 20 20 }
Note:
See TracChangeset
for help on using the changeset viewer.