Changeset 612
- Timestamp:
- 05/27/09 14:38:20 (16 years ago)
- Location:
- issm/trunk/src/m/classes/public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/BuildQueueingScriptGeneric.m
r586 r612 23 23 elseif strcmpi(md.analysis_type,'thermal'), 24 24 fprintf(fid,'%s/thermal.exe',codepath); 25 elseif strcmpi(md.analysis_type,'prognostic'), 26 fprintf(fid,'%s/prognostic.exe',codepath); 25 27 else 26 28 error('BuildQueueingScriptGeneric error message: unsupported solution type!'); -
issm/trunk/src/m/classes/public/loadresultsfromdisk.m
r570 r612 113 113 end 114 114 115 elseif strcmpi(analysis_type,'prognostic'), 116 117 %read results 118 h_g=results{3}; 119 md.new_thickness=h_g(part); 120 115 121 else 116 122 error(['loadresultsfromdisk error message: unknow solution type ',analysis_type]);
Note:
See TracChangeset
for help on using the changeset viewer.