Ignore:
Timestamp:
05/16/11 13:10:04 (14 years ago)
Author:
Mathieu Morlighem
Message:

no need to provide analysis_type in solve command anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test446.m

    r7359 r8295  
    4444%grounding line:
    4545md.gl_migration=AgressiveMigrationEnum;
    46 md=solve(md,'analysis_type',GroundingLineMigration2DSolutionEnum);
     46md=solve(md,GroundingLineMigration2DSolutionEnum);
    4747element_on_iceshelf_agressive=PatchToVec(md.results.GroundingLineMigration2DSolution.ElementOnIceShelf);
    4848
    4949md.gl_migration=SoftMigrationEnum;
    50 md=solve(md,'analysis_type',GroundingLineMigration2DSolutionEnum);
     50md=solve(md,GroundingLineMigration2DSolutionEnum);
    5151element_on_iceshelf_soft=PatchToVec(md.results.GroundingLineMigration2DSolution.ElementOnIceShelf);
    5252
Note: See TracChangeset for help on using the changeset viewer.