Changeset 2386


Ignore:
Timestamp:
10/07/09 14:59:39 (15 years ago)
Author:
Mathieu Morlighem
Message:

oops

File:
1 edited

Legend:

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

    r2382 r2386  
    2222        %Check result is consistent, only if it exists
    2323        disp(sprintf('%s\n','checking result consistency'));
    24 %       if ~isresultconsistent(md,md.analysis_type),
    25 %               %it would be very cruel to put an error, it would kill the computed results (even if not consistent...)
    26 %               disp('!! results not consistent correct the model !!')
    27 %       end
     24        if ~isresultconsistent(md,md.analysis_type),
     25                %it would be very cruel to put an error, it would kill the computed results (even if not consistent...)
     26                disp('!! results not consistent correct the model !!')
     27        end
    2828end
    2929
Note: See TracChangeset for help on using the changeset viewer.