Ignore:
Timestamp:
10/08/10 12:06:21 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added model fields num_control_types

File:
1 edited

Legend:

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

    r6014 r6201  
    88md.inputfilename=[md.name '.bin'];
    99md.outputfilename=[md.name '.outbin'];
     10
     11%deal with control methods
     12if ~md.control_analysis
     13        md.num_control_type=0;
     14else
     15        md.num_control_type=numel(md.control_type);
     16end
    1017
    1118%deal with rifts.
Note: See TracChangeset for help on using the changeset viewer.