Index: /issm/trunk/src/c/objects/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Penta.cpp	(revision 949)
+++ /issm/trunk/src/c/objects/Penta.cpp	(revision 950)
@@ -3447,5 +3447,4 @@
 				}
 			}
-			
 		}
 	}
Index: /issm/trunk/src/c/objects/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Tria.cpp	(revision 949)
+++ /issm/trunk/src/c/objects/Tria.cpp	(revision 950)
@@ -3064,5 +3064,5 @@
 		
 		//Get the Jacobian determinant
-		GetJacobianDeterminant2d(&Jdet, &xyz_list[0][0], gauss_coord);
+		GetJacobianDeterminant3d(&Jdet, &xyz_list[0][0], gauss_coord);
 		
 		/*Get nodal functions values: */
@@ -3266,5 +3266,5 @@
 
 		//Get the Jacobian determinant
-		GetJacobianDeterminant2d(&Jdet, &xyz_list[0][0], gauss_coord);
+		GetJacobianDeterminant3d(&Jdet, &xyz_list[0][0], gauss_coord);
 
 		/*Get nodal functions values: */
