Changeset 2032


Ignore:
Timestamp:
08/27/09 17:14:22 (15 years ago)
Author:
seroussi
Message:

no more reason to remove ismodelconsistent

Location:
issm/trunk/src/m/classes/public
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/loadresultsfromdisk.m

    r1911 r2032  
    2121%Check result is consistent, only if it exists
    2222disp(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 %end
     23if ~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 !!')
     26end
    2727
    2828%convert analysis type to string
  • issm/trunk/src/m/classes/public/solve.m

    r1907 r2032  
    8787%Check result is consistent
    8888displaystring(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 %end
     89if ~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...)
     91end
    9292
    9393%convert analysis type to string finally
Note: See TracChangeset for help on using the changeset viewer.