Changeset 2386
- Timestamp:
- 10/07/09 14:59:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/loadresultsfromdisk.m
r2382 r2386 22 22 %Check result is consistent, only if it exists 23 23 disp(sprintf('%s\n','checking result consistency')); 24 %if ~isresultconsistent(md,md.analysis_type),25 %%it would be very cruel to put an error, it would kill the computed results (even if not consistent...)26 %disp('!! results not consistent correct the model !!')27 %end24 if ~isresultconsistent(md,md.analysis_type), 25 %it would be very cruel to put an error, it would kill the computed results (even if not consistent...) 26 disp('!! results not consistent correct the model !!') 27 end 28 28 end 29 29
Note:
See TracChangeset
for help on using the changeset viewer.