Changeset 430
- Timestamp:
- 05/14/09 15:13:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/loadresultsfromdisk.m
r324 r430 63 63 64 64 %read J 65 md.cont_J=results{6}; 65 if(md.nsteps~=results{6}), 66 error('output from control method incompatible with model'); 67 end 68 md.cont_J=results{7}; 66 69 67 70 elseif strcmpi(analysis_type,'thermalsteady'),
Note:
See TracChangeset
for help on using the changeset viewer.