Changeset 22730
- Timestamp:
- 05/01/18 02:29:32 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/io/ApiPrintf.cpp
r15269 r22730 15 15 16 16 /*use mexPrintf in matlab: */ 17 mexPrintf(string); 17 //mexPrintf(string); /*Messes up percentages (like "interpolation progress: 100.00%")*/ 18 printf("%s",string); 18 19 return; 19 20 }
Note:
See TracChangeset
for help on using the changeset viewer.