[cig-commits] r18566 - in short/3D/PyLith/trunk/libsrc/pylith: meshio topology utils

brad at geodynamics.org brad at geodynamics.org
Thu Jun 9 07:56:37 PDT 2011


Author: brad
Date: 2011-06-09 07:56:36 -0700 (Thu, 09 Jun 2011)
New Revision: 18566

Modified:
   short/3D/PyLith/trunk/libsrc/pylith/meshio/GMVFileAscii.cc
   short/3D/PyLith/trunk/libsrc/pylith/meshio/GMVFileBinary.cc
   short/3D/PyLith/trunk/libsrc/pylith/meshio/HDF5.cc
   short/3D/PyLith/trunk/libsrc/pylith/meshio/MeshIOHDF5.cc
   short/3D/PyLith/trunk/libsrc/pylith/meshio/PsetFileAscii.cc
   short/3D/PyLith/trunk/libsrc/pylith/meshio/Xdmf.cc
   short/3D/PyLith/trunk/libsrc/pylith/topology/FieldsNew.cc
   short/3D/PyLith/trunk/libsrc/pylith/topology/ISectionSpaces.cc
   short/3D/PyLith/trunk/libsrc/pylith/utils/EventLogger.cc
   short/3D/PyLith/trunk/libsrc/pylith/utils/TestArray.cc
Log:
Added include of portinfo to get stuff from configure.

Modified: short/3D/PyLith/trunk/libsrc/pylith/meshio/GMVFileAscii.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/meshio/GMVFileAscii.cc	2011-06-09 14:47:10 UTC (rev 18565)
+++ short/3D/PyLith/trunk/libsrc/pylith/meshio/GMVFileAscii.cc	2011-06-09 14:56:36 UTC (rev 18566)
@@ -16,6 +16,8 @@
 // ======================================================================
 //
 
+#include <portinfo>
+
 #include "GMVFileAscii.hh" // implementation of class methods
 
 #include "pylith/utils/array.hh" // USES double_array, int_array

Modified: short/3D/PyLith/trunk/libsrc/pylith/meshio/GMVFileBinary.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/meshio/GMVFileBinary.cc	2011-06-09 14:47:10 UTC (rev 18565)
+++ short/3D/PyLith/trunk/libsrc/pylith/meshio/GMVFileBinary.cc	2011-06-09 14:56:36 UTC (rev 18566)
@@ -16,6 +16,8 @@
 // ======================================================================
 //
 
+#include <portinfo>
+
 #include "GMVFileBinary.hh" // implementation of class methods
 
 #include "BinaryIO.hh" // USES readString()

Modified: short/3D/PyLith/trunk/libsrc/pylith/meshio/HDF5.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/meshio/HDF5.cc	2011-06-09 14:47:10 UTC (rev 18565)
+++ short/3D/PyLith/trunk/libsrc/pylith/meshio/HDF5.cc	2011-06-09 14:56:36 UTC (rev 18566)
@@ -16,6 +16,8 @@
 // ======================================================================
 //
 
+#include <portinfo>
+
 #include "HDF5.hh" // implementation of class methods
 
 #include <cstring> // USES strlen()

Modified: short/3D/PyLith/trunk/libsrc/pylith/meshio/MeshIOHDF5.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/meshio/MeshIOHDF5.cc	2011-06-09 14:47:10 UTC (rev 18565)
+++ short/3D/PyLith/trunk/libsrc/pylith/meshio/MeshIOHDF5.cc	2011-06-09 14:56:36 UTC (rev 18566)
@@ -16,6 +16,8 @@
 // ======================================================================
 //
 
+#include <portinfo>
+
 #include "MeshIO.hh" // MeshIOHDF5 ISA MeshIO
 #include "MeshIOHDF5.hh" // implementation of class methods
 

Modified: short/3D/PyLith/trunk/libsrc/pylith/meshio/PsetFileAscii.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/meshio/PsetFileAscii.cc	2011-06-09 14:47:10 UTC (rev 18565)
+++ short/3D/PyLith/trunk/libsrc/pylith/meshio/PsetFileAscii.cc	2011-06-09 14:56:36 UTC (rev 18566)
@@ -16,6 +16,8 @@
 // ======================================================================
 //
 
+#include <portinfo>
+
 #include "PsetFileAscii.hh" // implementation of class methods
 
 #include "pylith/utils/array.hh" // USES double_array, int_array

Modified: short/3D/PyLith/trunk/libsrc/pylith/meshio/Xdmf.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/meshio/Xdmf.cc	2011-06-09 14:47:10 UTC (rev 18565)
+++ short/3D/PyLith/trunk/libsrc/pylith/meshio/Xdmf.cc	2011-06-09 14:56:36 UTC (rev 18566)
@@ -16,6 +16,8 @@
 // ======================================================================
 //
 
+#include <portinfo>
+
 #include "Xdmf.hh" // implementation of class methods
 
 #include "HDF5.hh" // USES HDF5

Modified: short/3D/PyLith/trunk/libsrc/pylith/topology/FieldsNew.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/topology/FieldsNew.cc	2011-06-09 14:47:10 UTC (rev 18565)
+++ short/3D/PyLith/trunk/libsrc/pylith/topology/FieldsNew.cc	2011-06-09 14:56:36 UTC (rev 18566)
@@ -2,14 +2,22 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 
+#include <portinfo>
+
 #include <sstream> // USES std::ostringstream
 #include <stdexcept> // USES std::runtime_error
 

Modified: short/3D/PyLith/trunk/libsrc/pylith/topology/ISectionSpaces.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/topology/ISectionSpaces.cc	2011-06-09 14:47:10 UTC (rev 18565)
+++ short/3D/PyLith/trunk/libsrc/pylith/topology/ISectionSpaces.cc	2011-06-09 14:56:36 UTC (rev 18566)
@@ -2,14 +2,22 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 
+#include <portinfo>
+
 #include <cassert> // USES assert()
 
 // ----------------------------------------------------------------------

Modified: short/3D/PyLith/trunk/libsrc/pylith/utils/EventLogger.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/utils/EventLogger.cc	2011-06-09 14:47:10 UTC (rev 18565)
+++ short/3D/PyLith/trunk/libsrc/pylith/utils/EventLogger.cc	2011-06-09 14:56:36 UTC (rev 18566)
@@ -16,6 +16,8 @@
 // ======================================================================
 //
 
+#include <portinfo>
+
 #include "EventLogger.hh" // Implementation of class methods
 
 

Modified: short/3D/PyLith/trunk/libsrc/pylith/utils/TestArray.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/pylith/utils/TestArray.cc	2011-06-09 14:47:10 UTC (rev 18565)
+++ short/3D/PyLith/trunk/libsrc/pylith/utils/TestArray.cc	2011-06-09 14:56:36 UTC (rev 18566)
@@ -16,6 +16,8 @@
 // ======================================================================
 //
 
+#include <portinfo>
+
 #include "TestArray.hh" // implementation of class methods
 
 #include "array.hh" // USES double_array



More information about the CIG-COMMITS mailing list