Index: /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp	(revision 14800)
+++ /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp	(revision 14801)
@@ -6348,4 +6348,7 @@
 		/*Get the flag to the limitation method*/
 		this->parameters->FindParam(&hmax_flag,HydrologydcSedimentlimitFlagEnum);
+
+		if(this->id==1) printf("flag = %i\n",hmax_flag);
+
 		/*Switch between the different cases*/
 		switch(hmax_flag){
@@ -6376,6 +6379,4 @@
 }
 /*}}}*/
-
-
 #endif
 
Index: /issm/trunk-jpl/src/c/classes/objects/Loads/Pengrid.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Loads/Pengrid.cpp	(revision 14800)
+++ /issm/trunk-jpl/src/c/classes/objects/Loads/Pengrid.cpp	(revision 14801)
@@ -708,5 +708,5 @@
 	element->GetInputValue(&h,node,SedimentHeadEnum);
 	element->GetHydrologyDCInefficientHmax(&h_max,node);
-	/*printf("hmax %i \n",h_max);*/
+	/*printf("hmax %g \n",h_max);*/
 
 	if (h>h_max)
