Changeset 19766
- Timestamp:
- 11/19/15 16:15:54 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/HydrologySommersAnalysis.cpp
r19749 r19766 122 122 /*Friction law variables*/ 123 123 switch(frictionlaw){ 124 case 1: 125 iomodel->FetchDataToInput(elements,FrictionCoefficientEnum); 126 iomodel->FetchDataToInput(elements,FrictionPEnum); 127 iomodel->FetchDataToInput(elements,FrictionQEnum); 128 break; 124 129 case 8: 125 130 iomodel->FetchDataToInput(elements,FrictionCoefficientEnum); … … 488 493 /*Divide by connectivity*/ 489 494 newgap = newgap/totalweights; 495 IssmDouble mingap = 0.00001; 496 if(newgap<mingap) newgap=mingap; 490 497 491 498 /*Add new gap as an input*/
Note:
See TracChangeset
for help on using the changeset viewer.