Changeset 14701
- Timestamp:
- 04/22/13 16:20:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
r14695 r14701 5789 5789 CreateHydrologyWaterVelocityInput(); 5790 5790 5791 /*Retrieve all inputs and parameters*/5791 /*Retrieve all inputs and parameters*/ 5792 5792 GetVerticesCoordinates(&xyz_list[0][0], nodes, NUMVERTICES); 5793 5793 this->parameters->FindParam(&dt,TimesteppingTimeStepEnum); … … 5883 5883 /*Retrieve all inputs and parameters*/ 5884 5884 GetVerticesCoordinates(&xyz_list[0][0],nodes,NUMVERTICES); 5885 5886 sediment_storing 5885 this->parameters->FindParam(&dt,TimesteppingTimeStepEnum); 5886 sediment_storing = matpar->GetSedimentStoring(); 5887 5887 sediment_transmitivity = matpar->GetSedimentTransmitivity(); 5888 5889 this->parameters->FindParam(&dt,TimesteppingTimeStepEnum);5890 5888 5891 5889 /* Start looping on the number of gaussian points: */ … … 6010 6008 6011 6009 /*Retrieve all inputs and parameters*/ 6012 6013 6010 sediment_storing = matpar->GetSedimentStoring(); 6014 6015 6011 GetVerticesCoordinates(&xyz_list[0][0], nodes, NUMVERTICES); 6016 6012 this->parameters->FindParam(&dt,TimesteppingTimeStepEnum); 6017 6013 Input* water_input=inputs->GetInput(BasalforcingsMeltingRateEnum); _assert_(water_input); 6018 6014 Input* old_wh_input=NULL;
Note:
See TracChangeset
for help on using the changeset viewer.