Changeset 16640


Ignore:
Timestamp:
11/06/13 15:40:59 (11 years ago)
Author:
bdef
Message:

fixing typo

File:
1 edited

Legend:

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

    r16638 r16640  
    67056705        /*Retrieve all inputs and parameters*/
    67066706        GetVerticesCoordinates(&xyz_list[0][0],vertices,NUMVERTICES);
    6707         Input* thickness_input=inputs->GetInput(HydrologydcEplThicknessEnum); _assert_(thickness);
     6707        Input* thickness_input=inputs->GetInput(HydrologydcEplThicknessEnum); _assert_(thickness_input);
    67086708        this->parameters->FindParam(&dt,TimesteppingTimeStepEnum);
    67096709        epl_specificstoring = matpar->GetEplSpecificStoring();
Note: See TracChangeset for help on using the changeset viewer.