Changeset 701


Ignore:
Timestamp:
06/02/09 11:11:50 (16 years ago)
Author:
Mathieu Morlighem
Message:

last display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/displayexppar.m

    r1 r701  
    99%      displayoutline(md)
    1010
    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)'));end
    13 if isnan(md.riftoutline), disp(sprintf('      riftoutline: N/A')); else disp(sprintf('      riftoutline: not displayed (can be accessed by typing md.riftoutline)'));end
    14 if isnan(md.iceshelfoutline), disp(sprintf('      iceshelfoutline: N/A')); else disp(sprintf('      iceshelfoutline: not displayed (can be accessed by typing md.iceshelfoutline)'));end
    15 if isnan(md.icesheetoutline), disp(sprintf('      icesheetoutline: N/A')); else disp(sprintf('      icesheetoutline: not displayed (can be accessed by typing md.icesheetoutline)'));end
    16 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)'));end
     11fprintf('\n   Outlines:\n');
     12if isnan(md.domainoutline), fprintf('      domainoutline: N/A\n'); else fprintf('      domainoutline: not displayed (can be accessed by typing md.domainoutline)\n');end
     13if isnan(md.riftoutline), fprintf('      riftoutline: N/A\n'); else fprintf('      riftoutline: not displayed (can be accessed by typing md.riftoutline)\n');end
     14if isnan(md.iceshelfoutline), fprintf('      iceshelfoutline: N/A\n'); else fprintf('      iceshelfoutline: not displayed (can be accessed by typing md.iceshelfoutline)\n');end
     15if isnan(md.icesheetoutline), fprintf('      icesheetoutline: N/A\n'); else fprintf('      icesheetoutline: not displayed (can be accessed by typing md.icesheetoutline)\n');end
     16fprintf('\n   Model files:\n');
     17if 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.