Changeset 1254
- Timestamp:
- 07/07/09 16:36:51 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/@model/display.m
r1253 r1254 49 49 disp(sprintf('%s%s%s',' Materials: type ''',inputname(1),'.mat'' to display')); 50 50 disp(sprintf('%s%s%s',' Parameters: type ''',inputname(1),'.par'' to display')); 51 disp(sprintf('%s%s%s',' Results: type ''',inputname(1),'.res'' to display'));52 51 disp(sprintf('%s%s%s',' ExpPar: type ''',inputname(1),'.exppar'' to display')); 53 52 disp(sprintf(' Solution parameters: %s',a.repository)); … … 59 58 disp(sprintf('%s%s%s',' Control solution parameters: type ''',inputname(1),'.control'' to display')); 60 59 disp(sprintf('%s%s%s',' Mesh2grid solution parameters: type ''',inputname(1),'.mesh2grid'' to display')); 60 disp(sprintf(' Results:')); 61 disp(sprintf('%s%s%s',' Results: type ''',inputname(1),'.res'' to display')); 61 62 if(a.numrifts)disp(sprintf(' rifts: %i',a.numrifts));end 62 63
Note:
See TracChangeset
for help on using the changeset viewer.