Changeset 430


Ignore:
Timestamp:
05/14/09 15:13:24 (16 years ago)
Author:
Eric.Larour
Message:

Offset in results loading. fixed.

File:
1 edited

Legend:

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

    r324 r430  
    6363       
    6464        %read J
    65         md.cont_J=results{6};
     65        if(md.nsteps~=results{6}),
     66                error('output from control method incompatible with model');
     67        end
     68        md.cont_J=results{7};
    6669
    6770elseif strcmpi(analysis_type,'thermalsteady'),
Note: See TracChangeset for help on using the changeset viewer.