Changeset 869
- Timestamp:
- 06/09/09 15:29:41 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/BuildQueueingScriptGeneric.m
r659 r869 25 25 elseif strcmpi(md.analysis_type,'prognostic'), 26 26 fprintf(fid,'%s/prognostic.exe',codepath); 27 elseif strcmpi(md.analysis_type,'transient'), 28 fprintf(fid,'%s/transient.exe',codepath); 27 29 else 28 30 error('BuildQueueingScriptGeneric error message: unsupported solution type!');
Note:
See TracChangeset
for help on using the changeset viewer.