[cig-commits] r4575 - mc/3D/CitcomS/trunk/CitcomS/Components

tan2 at geodynamics.org tan2 at geodynamics.org
Wed Sep 20 13:45:40 PDT 2006


Author: tan2
Date: 2006-09-20 13:45:39 -0700 (Wed, 20 Sep 2006)
New Revision: 4575

Modified:
   mc/3D/CitcomS/trunk/CitcomS/Components/IC.py
Log:
Fixed the comment

Modified: mc/3D/CitcomS/trunk/CitcomS/Components/IC.py
===================================================================
--- mc/3D/CitcomS/trunk/CitcomS/Components/IC.py	2006-09-20 20:34:30 UTC (rev 4574)
+++ mc/3D/CitcomS/trunk/CitcomS/Components/IC.py	2006-09-20 20:45:39 UTC (rev 4575)
@@ -116,9 +116,11 @@
         perturblayer = pyre.inventory.slice("perturblayer", default=[5])
         perturbmag = pyre.inventory.list("perturbmag", default=[0.05])
 
-        # for tic_method=1
+        # for tic_method=1 and tic_method=2
         half_space_age = pyre.inventory.float("half_space_age", default=40,
                               validator=pyre.inventory.greater(1e-3))
+
+        # for tic_method=2
         blob_center = pyre.inventory.list("blob_center", default=[-999., -999., -999.])
         blob_radius = pyre.inventory.float("blob_radius", default=0.063)
         blob_dT = pyre.inventory.float("blob_dT", default=0.18)



More information about the cig-commits mailing list