Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 10288)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 10289)
@@ -5336,8 +5336,8 @@
 			vxaverage_input->GetInputAverage(&vx);
 			vyaverage_input->GetInputAverage(&vy);
-			K[0][0]=h/2.0*fabs(vx) /sqrt(2*sqrt(3)); // the second part should not be there
+			K[0][0]=h/2.0*fabs(vx);
 			K[0][1]=0.;
 			K[1][0]=0.;
-			K[1][1]=h/2.0*fabs(vy) /sqrt(2*sqrt(3)); // the second part should not be there
+			K[1][1]=h/2.0*fabs(vy);
 		}
 		if(stabilization==1 || stabilization==2){
