Index: /issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Elements/Penta.cpp	(revision 15421)
+++ /issm/trunk-jpl/src/c/classes/Elements/Penta.cpp	(revision 15422)
@@ -6830,9 +6830,10 @@
 	switch(fe_stokes){
 		case 0:
+			printf("fe %i\n",fe_stokes);
 			/*compute all stiffness matrices for this element*/
 			Ke1=CreateKMatrixDiagnosticStokesViscous();
 			Ke2=CreateKMatrixDiagnosticStokesFriction();
 			Ke =new ElementMatrix(Ke1,Ke2);
-
+			break;
 		case 1:
 			/*compute all stiffness matrices for this element*/
@@ -6840,5 +6841,5 @@
 			Ke2=CreateKMatrixDiagnosticStokesFriction();
 			Ke =new ElementMatrix(Ke1,Ke2);
-
+			break;
 		default:
 			_error_("Finite element" << fe_stokes << " not supported yet");
