Changeset 14801
- Timestamp:
- 04/30/13 07:57:25 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
r14796 r14801 6348 6348 /*Get the flag to the limitation method*/ 6349 6349 this->parameters->FindParam(&hmax_flag,HydrologydcSedimentlimitFlagEnum); 6350 6351 if(this->id==1) printf("flag = %i\n",hmax_flag); 6352 6350 6353 /*Switch between the different cases*/ 6351 6354 switch(hmax_flag){ … … 6376 6379 } 6377 6380 /*}}}*/ 6378 6379 6380 6381 #endif 6381 6382 -
issm/trunk-jpl/src/c/classes/objects/Loads/Pengrid.cpp
r14796 r14801 708 708 element->GetInputValue(&h,node,SedimentHeadEnum); 709 709 element->GetHydrologyDCInefficientHmax(&h_max,node); 710 /*printf("hmax % i\n",h_max);*/710 /*printf("hmax %g \n",h_max);*/ 711 711 712 712 if (h>h_max)
Note:
See TracChangeset
for help on using the changeset viewer.