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