[cig-commits] r16346 - mc/3D/CitcomCU/trunk/src

tan2 at geodynamics.org tan2 at geodynamics.org
Thu Feb 25 20:55:05 PST 2010


Author: tan2
Date: 2010-02-25 20:55:04 -0800 (Thu, 25 Feb 2010)
New Revision: 16346

Modified:
   mc/3D/CitcomCU/trunk/src/Instructions.c
Log:
Fixed a bug caused by missing comment indicator. This bug is introduced in r13268. Bug reported by Ethan Fahy.



Modified: mc/3D/CitcomCU/trunk/src/Instructions.c
===================================================================
--- mc/3D/CitcomCU/trunk/src/Instructions.c	2010-02-26 01:49:09 UTC (rev 16345)
+++ mc/3D/CitcomCU/trunk/src/Instructions.c	2010-02-26 04:55:04 UTC (rev 16346)
@@ -971,7 +971,7 @@
 	input_float("dTsoldF", &(E->data.dTsol_dF), "440.0", m);
 	input_float("dTdz", &(E->data.dT_dz), "0.48e-3", m);
 	input_float("deltaS", &(E->data.delta_S), "250.0", m);
-	input_float("gasconst", &(E->data.gas_const), "8.3",m);	/* not much cause to change these !
+	input_float("gasconst", &(E->data.gas_const), "8.3",m);	/* not much cause to change these ! */
 	input_float("gravconst", &(E->data.grav_const), "6.673e-11", m);
 	input_float("permeability", &(E->data.permeability), "3.0e-10", m);
 



More information about the CIG-COMMITS mailing list