[cig-commits] r13428 - in long/3D/Gale/trunk: . src/Underworld/plugins/Output/VTKOutput

walter at geodynamics.org walter at geodynamics.org
Mon Dec 1 10:56:57 PST 2008


Author: walter
Date: 2008-12-01 10:56:57 -0800 (Mon, 01 Dec 2008)
New Revision: 13428

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/Underworld/plugins/Output/VTKOutput/VTKOutput.c
Log:
 r2381 at dante:  boo | 2008-11-29 22:55:42 -0800
 Make VTKOutput output pressure, since we have linear pressure elements



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

Modified: long/3D/Gale/trunk/src/Underworld/plugins/Output/VTKOutput/VTKOutput.c
===================================================================
--- long/3D/Gale/trunk/src/Underworld/plugins/Output/VTKOutput/VTKOutput.c	2008-12-01 18:56:55 UTC (rev 13427)
+++ long/3D/Gale/trunk/src/Underworld/plugins/Output/VTKOutput/VTKOutput.c	2008-12-01 18:56:57 UTC (rev 13428)
@@ -458,8 +458,7 @@
     FieldVariable* fieldVar;
     fieldVar = FieldVariable_Register_GetByIndex( self->fieldVariable_Register,
                                                   var_I );
-    if (Stg_Class_IsInstance( fieldVar, FeVariable_Type )
-        && strcmp(((FeVariable*)fieldVar)->name,"PressureField")) {
+    if (Stg_Class_IsInstance( fieldVar, FeVariable_Type )) {
       FeVariable* feVar;
       Node_LocalIndex    lNode_I;
       Dof_Index          dofAtEachNodeCount;



More information about the CIG-COMMITS mailing list