Changeset 7935
- Timestamp:
- 04/15/11 19:28:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/loadresultsfromdisk.m
r7629 r7935 26 26 27 27 %Check result is consistent, only if it exists 28 disp(sprintf('%s\n','checking result consistency'));29 if ~isresultconsistent(md,structure(1).SolutionType),30 %it would be very cruel to use an error, it would kill the computed results (although they are not consistent...)31 disp('!! results not consistent correct the model !!')32 end28 %disp(sprintf('%s\n','checking result consistency')); 29 %if ~isresultconsistent(md,structure(1).SolutionType), After many uses, found out its useless. 30 % %it would be very cruel to use an error, it would kill the computed results (although they are not consistent...) 31 % disp('!! results not consistent correct the model !!') 32 %end 33 33 34 34 %post processes qmu results if necessary
Note:
See TracChangeset
for help on using the changeset viewer.