Changeset 1888


Ignore:
Timestamp:
08/25/09 14:21:01 (15 years ago)
Author:
Mathieu Morlighem
Message:

bad model used to get u_g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/transient.cpp

    r1887 r1888  
    104104
    105105        _printf_("initialize inputs:\n");
    106         model->FindParam(&u_g,"u_g",ThermalAnalysisEnum());
    107         model->FindParam(&m_g,"m_g",ThermalAnalysisEnum());
    108         model->FindParam(&a_g,"a_g",ThermalAnalysisEnum());
     106        model->FindParam(&u_g,"u_g",PrognosticAnalysisEnum());
     107        model->FindParam(&m_g,"m_g",PrognosticAnalysisEnum());
     108        model->FindParam(&a_g,"a_g",PrognosticAnalysisEnum());
    109109        model->FindParam(&numberofnodes,"numberofnodes");
    110110        model->FindParam(&dt,"dt");
Note: See TracChangeset for help on using the changeset viewer.