[cig-commits] r16088 - mc/3D/CitcomS/trunk/lib

tan2 at geodynamics.org tan2 at geodynamics.org
Tue Dec 8 13:43:39 PST 2009


Author: tan2
Date: 2009-12-08 13:43:38 -0800 (Tue, 08 Dec 2009)
New Revision: 16088

Modified:
   mc/3D/CitcomS/trunk/lib/Drive_solvers.c
Log:
removed unused variables in Drive_solvers.c

Modified: mc/3D/CitcomS/trunk/lib/Drive_solvers.c
===================================================================
--- mc/3D/CitcomS/trunk/lib/Drive_solvers.c	2009-12-08 21:43:15 UTC (rev 16087)
+++ mc/3D/CitcomS/trunk/lib/Drive_solvers.c	2009-12-08 21:43:38 UTC (rev 16088)
@@ -68,19 +68,12 @@
   void get_system_viscosity();
   void remove_rigid_rot();
 
-  float vmag;
+  double Udot_mag, dUdot_mag;
+  int m,count,i;
 
-  double Udot_mag, dUdot_mag,omega[3];
-  int m,count,i,j,k;
-
   double *oldU[NCS], *delta_U[NCS];
 
-  const int nno = E->lmesh.nno;
-  const int nel = E->lmesh.nel;
   const int neq = E->lmesh.neq;
-  const int vpts = vpoints[E->mesh.nsd];
-  const int dims = E->mesh.nsd;
-  const int addi_dof = additional_dof[dims];
 
   velocities_conform_bcs(E,E->U);
 
@@ -187,19 +180,12 @@
   void remove_rigid_rot();
   void get_STD_freesurf(struct All_variables *, float**);
 
-  float vmag;
-
   double Udot_mag, dUdot_mag;
-  int m,count,i,j,k,topo_loop;
+  int m,count,i;
 
   double *oldU[NCS], *delta_U[NCS];
 
-  const int nno = E->lmesh.nno;
-  const int nel = E->lmesh.nel;
   const int neq = E->lmesh.neq;
-  const int vpts = vpoints[E->mesh.nsd];
-  const int dims = E->mesh.nsd;
-  const int addi_dof = additional_dof[dims];
 
   velocities_conform_bcs(E,E->U);
 



More information about the CIG-COMMITS mailing list