Index: /issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Elements/Tria.cpp	(revision 17633)
+++ /issm/trunk-jpl/src/c/classes/Elements/Tria.cpp	(revision 17634)
@@ -1329,7 +1329,4 @@
 	bool grounded;
 
-	IssmDouble* basis = xNew<IssmDouble>(NUMVERTICES);
-
-
 	/* Get node coordinates and dof list: */
 	GetVerticesCoordinates(&xyz_list);
@@ -1342,4 +1339,5 @@
 	Input* vy_input       = inputs->GetInput(VyEnum);       _assert_(vy_input);
 
+	/*Create gauss point in the middle of the basal edge*/
 	Gauss* gauss=NewGaussBase(1);
 	gauss->GaussPoint(0);
