Index: /issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Elements/Tria.cpp	(revision 17842)
+++ /issm/trunk-jpl/src/c/classes/Elements/Tria.cpp	(revision 17843)
@@ -213,5 +213,5 @@
 	IssmDouble		 eps_xz[NUMVERTICES]={0,0,0};
 	IssmDouble		 eps_yz[NUMVERTICES]={0,0,0};
-	GaussPenta*     gauss=NULL;
+	GaussTria*     gauss=NULL;
 
 	/* Get node coordinates and dof list: */
@@ -223,5 +223,5 @@
 
 	/* Start looping on the number of vertices: */
-	gauss=new GaussPenta();
+	gauss=new GaussTria();
 	for (int iv=0;iv<NUMVERTICES;iv++){
 		gauss->GaussVertex(iv);
