Index: /issm/branches/trunk-larour-SLPS2020/src/c/classes/Elements/Tria.cpp
===================================================================
--- /issm/branches/trunk-larour-SLPS2020/src/c/classes/Elements/Tria.cpp	(revision 25742)
+++ /issm/branches/trunk-larour-SLPS2020/src/c/classes/Elements/Tria.cpp	(revision 25743)
@@ -5810,9 +5810,10 @@
 	IssmDouble bslrhydro = 0;
 
-	/*early return if we are on an ice cap:*/
-	if(masks->isiceonly[this->lid]){ 
+	/*early return if we are on an ice cap. Nop, we may have hydro
+	 * and ice on the same masscon:*/
+	/*if(masks->isiceonly[this->lid]){ 
 		bslrhydro=0;
 		return bslrhydro; 
-	}
+	}*/
 
 	/*early return if we are fully floating:*/
