Index: /issm/trunk/src/c/Reducematrixfromgtofx/Reducematrixfromgton.cpp
===================================================================
--- /issm/trunk/src/c/Reducematrixfromgtofx/Reducematrixfromgton.cpp	(revision 2060)
+++ /issm/trunk/src/c/Reducematrixfromgtofx/Reducematrixfromgton.cpp	(revision 2061)
@@ -50,5 +50,5 @@
 			
 			//K_nn = K_nn + G_mn' * K_mn;
-			MatTranspose(Gmn,MAT_INITIAL_MATRIX,&tGmn);
+			MatTranspose(Gmn,&tGmn);
 			MatMatMult(tGmn,Kmn,MAT_INITIAL_MATRIX,PETSC_DEFAULT,&tGmnKmn);
 			MatAXPY(Knn,a,tGmnKmn,DIFFERENT_NONZERO_PATTERN);
