Changeset 9398


Ignore:
Timestamp:
08/23/11 15:51:11 (14 years ago)
Author:
Mathieu Morlighem
Message:

renamed gl_migration field

File:
1 edited

Legend:

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

    r8589 r9398  
    4343%test different grounding line dynamics.
    4444%grounding line:
    45 md.gl_migration=AgressiveMigrationEnum;
     45md.groundingline_migration=AgressiveMigrationEnum;
    4646md=solve(md,GroundingLineMigration2DSolutionEnum);
    4747element_on_iceshelf_agressive=PatchToVec(md.results.GroundingLineMigration2DSolution.ElementOnIceShelf);
    4848
    49 md.gl_migration=SoftMigrationEnum;
     49md.groundingline_migration=SoftMigrationEnum;
    5050md=solve(md,GroundingLineMigration2DSolutionEnum);
    5151element_on_iceshelf_soft=PatchToVec(md.results.GroundingLineMigration2DSolution.ElementOnIceShelf);
Note: See TracChangeset for help on using the changeset viewer.