Index: /issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Elements/Penta.cpp	(revision 16920)
+++ /issm/trunk-jpl/src/c/classes/Elements/Penta.cpp	(revision 16921)
@@ -4223,5 +4223,5 @@
 
 	/* Start  looping on the number of gaussian points: */
-	gauss=new GaussPenta(2,3);
+	gauss=new GaussPenta(3,3);
 	for(int ig=gauss->begin();ig<gauss->end();ig++){
 
@@ -8580,5 +8580,5 @@
 
 	/* Start  looping on the number of gaussian points: */
-	gauss=new GaussPenta(2,3);
+	gauss=new GaussPenta(3,3);
 	for(int ig=gauss->begin();ig<gauss->end();ig++){
 
