[cig-commits] r17230 - short/3D/PyLith/trunk/libsrc/meshio

brad at geodynamics.org brad at geodynamics.org
Wed Sep 29 16:10:12 PDT 2010


Author: brad
Date: 2010-09-29 16:10:11 -0700 (Wed, 29 Sep 2010)
New Revision: 17230

Modified:
   short/3D/PyLith/trunk/libsrc/meshio/DataWriterHDF5.cc
Log:
Fix for update to PETSc.

Modified: short/3D/PyLith/trunk/libsrc/meshio/DataWriterHDF5.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/DataWriterHDF5.cc	2010-09-29 15:31:30 UTC (rev 17229)
+++ short/3D/PyLith/trunk/libsrc/meshio/DataWriterHDF5.cc	2010-09-29 23:10:11 UTC (rev 17230)
@@ -102,7 +102,7 @@
     Vec          elemVec;
     PetscInt     numElements, numCorners, *vertices;
     PetscScalar *tmpVertices;
-    PetscTruth   columnMajor = PETSC_FALSE;
+    PetscBool    columnMajor = PETSC_FALSE;
 
     ALE::PCICE::Builder::outputElementsLocal(sieveMesh, &numElements, &numCorners, &vertices, columnMajor);
     // Hack right now, move to HDF5 Section viewer



More information about the CIG-COMMITS mailing list