Ignore:
Timestamp:
05/27/09 14:38:20 (16 years ago)
Author:
Mathieu Morlighem
Message:

Added prognostic parallel 2d

File:
1 edited

Legend:

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

    r570 r612  
    113113        end
    114114
     115elseif strcmpi(analysis_type,'prognostic'),
     116
     117        %read results
     118        h_g=results{3};
     119        md.new_thickness=h_g(part);
     120
    115121else
    116122        error(['loadresultsfromdisk error message: unknow solution type ',analysis_type]);
Note: See TracChangeset for help on using the changeset viewer.