Changeset 701
- Timestamp:
- 06/02/09 11:11:50 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/displayexppar.m
r1 r701 9 9 % displayoutline(md) 10 10 11 disp(sprintf(' Outlines:'));12 if isnan(md.domainoutline), disp(sprintf(' domainoutline: N/A')); else disp(sprintf(' domainoutline: not displayed (can be accessed by typing md.domainoutline)'));end13 if isnan(md.riftoutline), disp(sprintf(' riftoutline: N/A')); else disp(sprintf(' riftoutline: not displayed (can be accessed by typing md.riftoutline)'));end14 if isnan(md.iceshelfoutline), disp(sprintf(' iceshelfoutline: N/A')); else disp(sprintf(' iceshelfoutline: not displayed (can be accessed by typing md.iceshelfoutline)'));end15 if isnan(md.icesheetoutline), disp(sprintf(' icesheetoutline: N/A')); else disp(sprintf(' icesheetoutline: not displayed (can be accessed by typing md.icesheetoutline)'));end16 disp(sprintf(' Model files:'));17 if isnan(md.parameterfile), disp(sprintf(' parameterfile: N/A')); else disp(sprintf(' parameterfile: not displayed (can be accessed by typing md.parameterfile)'));end11 fprintf('\n Outlines:\n'); 12 if isnan(md.domainoutline), fprintf(' domainoutline: N/A\n'); else fprintf(' domainoutline: not displayed (can be accessed by typing md.domainoutline)\n');end 13 if isnan(md.riftoutline), fprintf(' riftoutline: N/A\n'); else fprintf(' riftoutline: not displayed (can be accessed by typing md.riftoutline)\n');end 14 if isnan(md.iceshelfoutline), fprintf(' iceshelfoutline: N/A\n'); else fprintf(' iceshelfoutline: not displayed (can be accessed by typing md.iceshelfoutline)\n');end 15 if isnan(md.icesheetoutline), fprintf(' icesheetoutline: N/A\n'); else fprintf(' icesheetoutline: not displayed (can be accessed by typing md.icesheetoutline)\n');end 16 fprintf('\n Model files:\n'); 17 if isnan(md.parameterfile), fprintf(' parameterfile: N/A\n'); else fprintf(' parameterfile: not displayed (can be accessed by typing md.parameterfile)\n');end
Note:
See TracChangeset
for help on using the changeset viewer.