Changeset 9400


Ignore:
Timestamp:
08/24/11 09:36:46 (14 years ago)
Author:
Mathieu Morlighem
Message:

moved GroundingLine to Groundingline

File:
1 edited

Legend:

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

    r9398 r9400  
    4444%grounding line:
    4545md.groundingline_migration=AgressiveMigrationEnum;
    46 md=solve(md,GroundingLineMigration2DSolutionEnum);
    47 element_on_iceshelf_agressive=PatchToVec(md.results.GroundingLineMigration2DSolution.ElementOnIceShelf);
     46md=solve(md,GroundinglineMigration2DSolutionEnum);
     47element_on_iceshelf_agressive=PatchToVec(md.results.GroundinglineMigration2DSolution.ElementOnIceShelf);
    4848
    4949md.groundingline_migration=SoftMigrationEnum;
    50 md=solve(md,GroundingLineMigration2DSolutionEnum);
    51 element_on_iceshelf_soft=PatchToVec(md.results.GroundingLineMigration2DSolution.ElementOnIceShelf);
     50md=solve(md,GroundinglineMigration2DSolutionEnum);
     51element_on_iceshelf_soft=PatchToVec(md.results.GroundinglineMigration2DSolution.ElementOnIceShelf);
    5252
    5353%Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.