Changeset 2895


Ignore:
Timestamp:
01/22/10 13:37:24 (15 years ago)
Author:
seroussi
Message:

take analysis_type only once

File:
1 edited

Legend:

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

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