Index: /issm/trunk/src/c/objects/Elements/Penta.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 6221)
+++ /issm/trunk/src/c/objects/Elements/Penta.cpp	(revision 6222)
@@ -2912,9 +2912,4 @@
 	double     D[3][3];
 	double     K[2][2]={0.0};
-	double     tBD[3][numdof];
-	double     tBD_conduct[3][numdof];
-	double     tBD_advec[3][numdof];
-	double     tBD_artdiff[3][numdof];
-	double     tLD[numdof];
 	double     Ke_gaussian_conduct[numdof][numdof];
 	double     Ke_gaussian_advec[numdof][numdof];
@@ -3537,5 +3532,4 @@
 	double     D[8][8]={0.0};
 	double     D_scalar;
-	double     tBD[numdofbubble][8];
 	double     Pe_gaussian[numdofbubble]={0.0}; //for the six nodes and the bubble 
 	double     Ke_temp[numdofbubble][3]={0.0}; //for the six nodes and the bubble 
@@ -5563,5 +5557,4 @@
 	double Kbi[3][24];
 	double Kbbinv[3][3];
-	double KibKbbinv[24][3];
 	double Kright[24][24];
 
@@ -5611,5 +5604,4 @@
 	double Kib[24][3];
 	double Kbbinv[3][3];
-	double KibKbbinv[24][3];
 	double Pright[24];
 
Index: /issm/trunk/src/c/objects/Elements/Tria.cpp
===================================================================
--- /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 6221)
+++ /issm/trunk/src/c/objects/Elements/Tria.cpp	(revision 6222)
@@ -3140,5 +3140,4 @@
 	double     xyz_list[NUMVERTICES][3];
 	double     L[3];
-	double     tLD[3];
 	double     Ke_gaussian[numdof][numdof]={0.0};
 	GaussTria *gauss=NULL;
@@ -3454,5 +3453,4 @@
 	double    xyz_list[NUMVERTICES][3];
 	double    l1l2l3[NUMVERTICES];
-	double    tl1l2l3D[3];
 	double    D_scalar;
 	double    Ke_gaussian[numdof][numdof]={0.0};
