Changeset 1276


Ignore:
Timestamp:
07/09/09 12:15:11 (16 years ago)
Author:
Mathieu Morlighem
Message:

Added parallel in display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/@model/display.m

    r1254 r1276  
    5858disp(sprintf('%s%s%s','      Control solution parameters: type ''',inputname(1),'.control'' to display'));
    5959disp(sprintf('%s%s%s','      Mesh2grid solution parameters: type ''',inputname(1),'.mesh2grid'' to display'));
     60disp(sprintf('   Parallel:'));
     61disp(sprintf('%s%s%s','      Parallel options: type ''',inputname(1),'.parallel'' to display'));
     62if(a.numrifts)disp(sprintf('      rifts: %i',a.numrifts));end
    6063disp(sprintf('   Results:'));
    6164disp(sprintf('%s%s%s','      Results: type ''',inputname(1),'.res'' to display'));
Note: See TracChangeset for help on using the changeset viewer.