Index: /issm/trunk/src/c/objects/Elements/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 10508)
+++ /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 10509)
@@ -5985,6 +5985,6 @@
 	/*compute all stiffness matrices for this element*/
 	ElementMatrix* Ke1=CreateKMatrixDiagnosticStokesViscous();
-	ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction();
-	//ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction2();
+	//ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction();
+	ElementMatrix* Ke2=CreateKMatrixDiagnosticStokesFriction2();
 	ElementMatrix* Ke =new ElementMatrix(Ke1,Ke2);
 
