Changeset 9426
- Timestamp:
- 08/25/11 15:18:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/model.m
r9423 r9426 402 402 403 403 %diverse 404 disp(sprintf(' Mesh:') ;404 disp(sprintf(' Mesh:')); 405 405 disp(sprintf('%s%s%s',' Mesh: type ''',inputname(1),'.mesh'' to display')); 406 disp(sprintf(' Parameters:') ;406 disp(sprintf(' Parameters:')); 407 407 disp(sprintf('%s%s%s',' Boundary conditions: type ''',inputname(1),'.bc'' to display')); 408 408 disp(sprintf('%s%s%s',' Observations: type ''',inputname(1),'.obs'' to display')); … … 410 410 disp(sprintf('%s%s%s',' Parameters: type ''',inputname(1),'.par'' to display')); 411 411 disp(sprintf('%s%s%s',' ExpPar: type ''',inputname(1),'.exppar'' to display')); 412 disp(sprintf(' Solution parameters: %s') ;412 disp(sprintf(' Solution parameters: %s')); 413 413 disp(sprintf('%s%s%s',' Qmu: type ''',inputname(1),'.qmu'' to display')); 414 414 disp(sprintf('%s%s%s',' FLAIM: type ''',inputname(1),'.flaim'' to display'));
Note:
See TracChangeset
for help on using the changeset viewer.