Index: /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp	(revision 14364)
+++ /issm/trunk-jpl/src/c/classes/objects/Elements/Tria.cpp	(revision 14365)
@@ -1119,5 +1119,5 @@
 	/*Computeportion of the element that is grounded*/ 
 
-	bool mainlyfloating=false;
+	bool mainlyfloating=true;
 	IssmDouble phi,s1,s2,area_init,area_grounded;
 	IssmDouble gl[3];
@@ -1138,5 +1138,5 @@
 
 		/*Figure out if two nodes are floating or grounded*/
-		if(gl[0]*gl[1]*gl[2]>0) mainlyfloating=true;
+		if(gl[0]*gl[1]*gl[2]>0) mainlyfloating=false;
 
 		if(gl[0]*gl[1]>0){ //Nodes 0 and 1 are similar, so points must be found on segment 0-2 and 1-2
