[cig-commits] [commit] master: Trivial change (formatting). (ce8f559)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 7 11:57:29 PDT 2014


Repository : https://github.com/geodynamics/pylith

On branch  : master
Link       : https://github.com/geodynamics/pylith/compare/422d933ebf5e19a69537cf35cab1c4497c03fe90...ce8f559fcf9a4f6ce6590b51070ba390177edad5

>---------------------------------------------------------------

commit ce8f559fcf9a4f6ce6590b51070ba390177edad5
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed May 7 11:57:18 2014 -0700

    Trivial change (formatting).


>---------------------------------------------------------------

ce8f559fcf9a4f6ce6590b51070ba390177edad5
 libsrc/pylith/meshio/DataWriterHDF5.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libsrc/pylith/meshio/DataWriterHDF5.cc b/libsrc/pylith/meshio/DataWriterHDF5.cc
index 45477be..8b2cbb2 100644
--- a/libsrc/pylith/meshio/DataWriterHDF5.cc
+++ b/libsrc/pylith/meshio/DataWriterHDF5.cc
@@ -33,8 +33,8 @@
 #include <stdexcept> // USES std::runtime_error
 
 extern "C" {
-extern PetscErrorCode VecView_Seq(Vec, PetscViewer);
-extern PetscErrorCode VecView_MPI(Vec, PetscViewer);
+  extern PetscErrorCode VecView_Seq(Vec, PetscViewer);
+  extern PetscErrorCode VecView_MPI(Vec, PetscViewer);
 }
 
 // ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list