[cig-commits] r12696 - in long/3D/Gale/trunk: . src/StgFEM/SLE/SystemSetup/src

walter at geodynamics.org walter at geodynamics.org
Thu Aug 21 14:20:22 PDT 2008


Author: walter
Date: 2008-08-21 14:20:21 -0700 (Thu, 21 Aug 2008)
New Revision: 12696

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/SolutionVector.c
Log:
 r2311 at earth:  boo | 2008-08-21 14:18:19 -0700
 Make _SolutionVector_Build pass the context, not 0, because ShapeVC will need it for the temperature



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

Modified: long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/SolutionVector.c
===================================================================
--- long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/SolutionVector.c	2008-08-21 21:20:18 UTC (rev 12695)
+++ long/3D/Gale/trunk/src/StgFEM/SLE/SystemSetup/src/SolutionVector.c	2008-08-21 21:20:21 UTC (rev 12696)
@@ -276,7 +276,7 @@
 
 	/* ensure variables are built */
 	if( self->feVariable )
-		Build( self->feVariable, 0, False );
+		Build( self->feVariable, data, False );
 
 	/* Allocate the vector */
 #ifdef HAVE_PETSC



More information about the cig-commits mailing list