Changeset 13622 for issm/trunk-jpl/src/c/modules/MaxVxx/MaxVxx.cpp
- Timestamp:
- 10/11/12 11:23:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/MaxVxx/MaxVxx.cpp
r13590 r13622 10 10 11 11 void MaxVxx( IssmDouble* pmaxvx, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials,Parameters* parameters,bool process_units){ 12 12 13 13 int i; 14 14 IssmDouble maxvx; … … 20 20 Element* element=(Element*)elements->GetObjectByOffset(i); 21 21 element->MaxVx(&element_maxvx,process_units); //go pick up the minimum velocity in the inputs 22 22 23 23 if(i==0)maxvx=element_maxvx; //initialize maxvx 24 24 else{
Note:
See TracChangeset
for help on using the changeset viewer.