Changeset 7935


Ignore:
Timestamp:
04/15/11 19:28:00 (14 years ago)
Author:
Eric.Larour
Message:

useless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/loadresultsfromdisk.m

    r7629 r7935  
    2626
    2727        %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         end
     28        %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
    3333
    3434%post processes qmu results if necessary
Note: See TracChangeset for help on using the changeset viewer.