Ignore:
Timestamp:
10/19/12 15:40:20 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: big bug: big big bug: gl_melting_rate was never initialized so the melting rate at the grounding line was garbage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp

    r13622 r13755  
    19751975        /*Recover info at the vertices: */
    19761976        parameters->FindParam(&migration_style,GroundinglineMigrationEnum);
     1977        parameters->FindParam(&gl_melting_rate,GroundinglineMeltingRateEnum);
    19771978        parameters->FindParam(&yts,ConstantsYtsEnum);
    19781979        GetInputListOnVertices(&h[0],ThicknessEnum);
Note: See TracChangeset for help on using the changeset viewer.