[cig-commits] r13120 - mc/1D/hc/trunk

becker at geodynamics.org becker at geodynamics.org
Wed Oct 22 12:30:01 PDT 2008


Author: becker
Date: 2008-10-22 12:30:00 -0700 (Wed, 22 Oct 2008)
New Revision: 13120

Modified:
   mc/1D/hc/trunk/ggrd_grdtrack_util.c
   mc/1D/hc/trunk/ggrd_struc.h
Log:
Minor internal streamlining.



Modified: mc/1D/hc/trunk/ggrd_grdtrack_util.c
===================================================================
--- mc/1D/hc/trunk/ggrd_grdtrack_util.c	2008-10-22 03:59:00 UTC (rev 13119)
+++ mc/1D/hc/trunk/ggrd_grdtrack_util.c	2008-10-22 19:30:00 UTC (rev 13120)
@@ -30,7 +30,8 @@
   ggrd->nage = 0;ggrd->age_bandlim = 200.;
   ggrd->sf_init = 0;
   ggrd->time_hist.init = 0;
-  ggrd->temp_init.init = 0;
+  ggrd->temp.init = 0;ggrd->use_temp = 0;
+  ggrd->comp.init = 0;ggrd->use_comp = 0;
   ggrd->time_hist.vstage_transition = 0.1; /* in Ma, transition */
   /* 3-D velocity settings  */
   ggrd_init_vstruc(ggrd);

Modified: mc/1D/hc/trunk/ggrd_struc.h
===================================================================
--- mc/1D/hc/trunk/ggrd_struc.h	2008-10-22 03:59:00 UTC (rev 13119)
+++ mc/1D/hc/trunk/ggrd_struc.h	2008-10-22 19:30:00 UTC (rev 13120)
@@ -161,10 +161,12 @@
 
   struct ggrd_vel v;	/* 3D velocity grid structure */
 
-  /* time histtory */
+  /* time history */
   struct ggrd_t time_hist;	/* time history structure */
   /* temperature init */
-  struct ggrd_temp_init temp_init;
+  struct ggrd_temp_init temp;int use_temp;
+  /* composition init  */
+  struct ggrd_temp_init comp;int use_comp;
 };
 
 



More information about the CIG-COMMITS mailing list