Index: /issm/trunk/src/m/classes/public/displayexppar.m
===================================================================
--- /issm/trunk/src/m/classes/public/displayexppar.m	(revision 700)
+++ /issm/trunk/src/m/classes/public/displayexppar.m	(revision 701)
@@ -9,9 +9,9 @@
 %      displayoutline(md)
 
-disp(sprintf('   Outlines:'));
-if isnan(md.domainoutline), disp(sprintf('      domainoutline: N/A')); else disp(sprintf('      domainoutline: not displayed (can be accessed by typing md.domainoutline)'));end
-if isnan(md.riftoutline), disp(sprintf('      riftoutline: N/A')); else disp(sprintf('      riftoutline: not displayed (can be accessed by typing md.riftoutline)'));end
-if isnan(md.iceshelfoutline), disp(sprintf('      iceshelfoutline: N/A')); else disp(sprintf('      iceshelfoutline: not displayed (can be accessed by typing md.iceshelfoutline)'));end
-if isnan(md.icesheetoutline), disp(sprintf('      icesheetoutline: N/A')); else disp(sprintf('      icesheetoutline: not displayed (can be accessed by typing md.icesheetoutline)'));end
-disp(sprintf('   Model files:'));
-if isnan(md.parameterfile), disp(sprintf('      parameterfile: N/A')); else disp(sprintf('      parameterfile: not displayed (can be accessed by typing md.parameterfile)'));end
+fprintf('\n   Outlines:\n');
+if isnan(md.domainoutline), fprintf('      domainoutline: N/A\n'); else fprintf('      domainoutline: not displayed (can be accessed by typing md.domainoutline)\n');end
+if isnan(md.riftoutline), fprintf('      riftoutline: N/A\n'); else fprintf('      riftoutline: not displayed (can be accessed by typing md.riftoutline)\n');end
+if isnan(md.iceshelfoutline), fprintf('      iceshelfoutline: N/A\n'); else fprintf('      iceshelfoutline: not displayed (can be accessed by typing md.iceshelfoutline)\n');end
+if isnan(md.icesheetoutline), fprintf('      icesheetoutline: N/A\n'); else fprintf('      icesheetoutline: not displayed (can be accessed by typing md.icesheetoutline)\n');end
+fprintf('\n   Model files:\n');
+if isnan(md.parameterfile), fprintf('      parameterfile: N/A\n'); else fprintf('      parameterfile: not displayed (can be accessed by typing md.parameterfile)\n');end
