Ignore:
Timestamp:
03/24/11 14:54:33 (14 years ago)
Author:
jschierm
Message:

flaim: implement flaim solution.

File:
1 edited

Legend:

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

    r7629 r7686  
    3535assignin('base',inputname(1),md);
    3636
     37%flaim analysis
     38if (md.solution_type == FlaimSolutionEnum)
     39        md=flaim(md,options);
     40        md.solution_type=EnumToString(options.solution_type);
     41        return;
     42end
     43
    3744%If running in parallel, we have a different way of launching the solution
    3845%sequences.
Note: See TracChangeset for help on using the changeset viewer.