Index: /issm/trunk/src/wrappers/matlab/io/ApiPrintf.cpp
===================================================================
--- /issm/trunk/src/wrappers/matlab/io/ApiPrintf.cpp	(revision 23345)
+++ /issm/trunk/src/wrappers/matlab/io/ApiPrintf.cpp	(revision 23346)
@@ -15,6 +15,6 @@
 
 	/*use mexPrintf in matlab: */
-	//mexPrintf(string); /*Messes up percentages (like "interpolation progress: 100.00%")*/
-	printf("%s",string);
+	mexPrintf(string); /*Messes up percentages (like "interpolation progress: 100.00%")*/
+	//printf("%s",string);
 	return;
 }
