Changeset 807
- Timestamp:
- 06/05/09 07:28:19 (16 years ago)
- Location:
- issm/trunk/src/m/classes/public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/isresultconsistent.m
r750 r807 19 19 %initialize output as 1 -> success 20 20 bool=1; 21 22 %do not check results if qmu analysis 23 if md.qmu_analysis, 24 return 25 end 21 26 22 27 %DIAGNOSTIC -
issm/trunk/src/m/classes/public/loadresultsfromdisk.m
r804 r807 18 18 19 19 %Check result is consistent, only if it exists 20 if ~isempty(md.results.diagnostic), 21 disp(sprintf('%s\n','checking result consistency')); 22 if ~isresultconsistent(md,md.analysis_type), 23 %it would be very cruel to put an error, it would kill the computed results (even if not consistent...) 24 disp('!! results not consistent correct the model !!') 25 end 20 disp(sprintf('%s\n','checking result consistency')); 21 if ~isresultconsistent(md,md.analysis_type), 22 %it would be very cruel to put an error, it would kill the computed results (even if not consistent...) 23 disp('!! results not consistent correct the model !!') 26 24 end 27 25
Note:
See TracChangeset
for help on using the changeset viewer.