Changeset 14701


Ignore:
Timestamp:
04/22/13 16:20:33 (12 years ago)
Author:
bdef
Message:

BUG: missing dt gathering in HydrologyDC

File:
1 edited

Legend:

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

    r14695 r14701  
    57895789        CreateHydrologyWaterVelocityInput();
    57905790       
    5791 /*Retrieve all inputs and parameters*/
     5791        /*Retrieve all inputs and parameters*/
    57925792        GetVerticesCoordinates(&xyz_list[0][0], nodes, NUMVERTICES);
    57935793        this->parameters->FindParam(&dt,TimesteppingTimeStepEnum);
     
    58835883        /*Retrieve all inputs and parameters*/
    58845884        GetVerticesCoordinates(&xyz_list[0][0],nodes,NUMVERTICES);
    5885 
    5886         sediment_storing                        = matpar->GetSedimentStoring();
     5885        this->parameters->FindParam(&dt,TimesteppingTimeStepEnum);
     5886        sediment_storing      = matpar->GetSedimentStoring();
    58875887        sediment_transmitivity = matpar->GetSedimentTransmitivity();
    5888        
    5889         this->parameters->FindParam(&dt,TimesteppingTimeStepEnum);
    58905888
    58915889        /* Start looping on the number of gaussian points: */
     
    60106008
    60116009        /*Retrieve all inputs and parameters*/
    6012 
    60136010        sediment_storing = matpar->GetSedimentStoring();
    6014 
    60156011        GetVerticesCoordinates(&xyz_list[0][0], nodes, NUMVERTICES);
    6016 
     6012        this->parameters->FindParam(&dt,TimesteppingTimeStepEnum);
    60176013        Input* water_input=inputs->GetInput(BasalforcingsMeltingRateEnum);  _assert_(water_input);
    60186014        Input* old_wh_input=NULL;
Note: See TracChangeset for help on using the changeset viewer.