[cig-commits] r13679 - in long/3D/Gale/trunk: . src/PICellerator/Utils/src

walter at geodynamics.org walter at geodynamics.org
Sat Dec 13 03:57:56 PST 2008


Author: walter
Date: 2008-12-13 03:57:56 -0800 (Sat, 13 Dec 2008)
New Revision: 13679

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/PICellerator/Utils/src/HydrostaticTerm.c
Log:
 r2434 at dante:  boo | 2008-12-13 03:46:59 -0800
 Fix a bug in HydrostaticTerm



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2433
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2434

Modified: long/3D/Gale/trunk/src/PICellerator/Utils/src/HydrostaticTerm.c
===================================================================
--- long/3D/Gale/trunk/src/PICellerator/Utils/src/HydrostaticTerm.c	2008-12-13 11:57:53 UTC (rev 13678)
+++ long/3D/Gale/trunk/src/PICellerator/Utils/src/HydrostaticTerm.c	2008-12-13 11:57:56 UTC (rev 13679)
@@ -354,14 +354,14 @@
                                           self->T_0,
                                           self->linear_coefficient,
                                           self->exponential_coefficient1,
-                                          self->exponential_coefficient2);
-      - HydrostaticTerm_Pressure_Analytic(self->lower_density, self->gravity,
-                                          self->height-self->material_boundary,
-                                          self->lower_alpha,
-                                          self->T_0,
-                                          self->linear_coefficient,
-                                          self->exponential_coefficient1,
-                                          self->exponential_coefficient2);
+                                          self->exponential_coefficient2)
+        - HydrostaticTerm_Pressure_Analytic(self->lower_density, self->gravity,
+                                            self->height-self->material_boundary,
+                                            self->lower_alpha,
+                                            self->T_0,
+                                            self->linear_coefficient,
+                                            self->exponential_coefficient1,
+                                            self->exponential_coefficient2)
         + HydrostaticTerm_Pressure_Analytic(self->lower_density, self->gravity,
                                             h,
                                             self->lower_alpha,



More information about the CIG-COMMITS mailing list