Changeset 2032
- Timestamp:
- 08/27/09 17:14:22 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/loadresultsfromdisk.m
r1911 r2032 21 21 %Check result is consistent, only if it exists 22 22 disp(sprintf('%s\n','checking result consistency')); 23 %if ~isresultconsistent(md,md.analysis_type),24 %%it would be very cruel to put an error, it would kill the computed results (even if not consistent...)25 %disp('!! results not consistent correct the model !!')26 %end23 if ~isresultconsistent(md,md.analysis_type), 24 %it would be very cruel to put an error, it would kill the computed results (even if not consistent...) 25 disp('!! results not consistent correct the model !!') 26 end 27 27 28 28 %convert analysis type to string -
issm/trunk/src/m/classes/public/solve.m
r1907 r2032 87 87 %Check result is consistent 88 88 displaystring(md.debug,'%s\n','checking result consistency'); 89 %if ~isresultconsistent(md,options.analysis_type),90 %disp('!! results not consistent correct the model !!') %it would be very cruel to put an error, it would kill the computed results (even if not consistent...)91 %end89 if ~isresultconsistent(md,options.analysis_type), 90 disp('!! results not consistent correct the model !!') %it would be very cruel to put an error, it would kill the computed results (even if not consistent...) 91 end 92 92 93 93 %convert analysis type to string finally
Note:
See TracChangeset
for help on using the changeset viewer.