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

walter at geodynamics.org walter at geodynamics.org
Mon Mar 23 06:22:36 PDT 2009


Author: walter
Date: 2009-03-23 06:22:36 -0700 (Mon, 23 Mar 2009)
New Revision: 14418

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/Underworld/Utils/src/PressureTemperatureOutput.c
Log:
 r2571 at dante:  boo | 2009-03-23 06:09:10 -0700
 Make passive tracers not hang



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

Modified: long/3D/Gale/trunk/src/Underworld/Utils/src/PressureTemperatureOutput.c
===================================================================
--- long/3D/Gale/trunk/src/Underworld/Utils/src/PressureTemperatureOutput.c	2009-03-23 13:22:31 UTC (rev 14417)
+++ long/3D/Gale/trunk/src/Underworld/Utils/src/PressureTemperatureOutput.c	2009-03-23 13:22:36 UTC (rev 14418)
@@ -250,7 +250,6 @@
         /* Get the pressure, with corrections from the trace of the
            stress and the hydrostatic term */
 	FieldVariable_InterpolateValueAt( self->pressureField,coord,&pressure);
-        ParticleFeVariable_Update( self->stressField );
 	FieldVariable_InterpolateValueAt( self->stressField, coord, stress );
         SymmetricTensor_GetTrace(stress, swarm->dim, &trace);
         pressure+=trace+HydrostaticTerm_Pressure(self->hydrostaticTerm,coord);



More information about the CIG-COMMITS mailing list