Index: /issm/trunk/src/c/objects/Elements/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 5886)
+++ /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 5887)
@@ -2714,5 +2714,5 @@
 	/*compute all stiffness matrices for this element*/
 	ElementMatrix* Ke1=CreateKMatrixDiagnosticVertVolume();
-	ElementMatrix* Ke2=CreateKMatrixDiagnosticVertVolume();
+	ElementMatrix* Ke2=CreateKMatrixDiagnosticVertSurface();
 	ElementMatrix* Ke =new ElementMatrix(Ke1,Ke2);
 
