[cig-commits] r14053 - in short/3D/PyLith/branches/pylith-swig: libsrc/bc unittests/libtests/topology

brad at geodynamics.org brad at geodynamics.org
Sat Feb 14 15:46:55 PST 2009


Author: brad
Date: 2009-02-14 15:46:55 -0800 (Sat, 14 Feb 2009)
New Revision: 14053

Modified:
   short/3D/PyLith/branches/pylith-swig/libsrc/bc/Neumann.cc
   short/3D/PyLith/branches/pylith-swig/libsrc/bc/Neumann.hh
   short/3D/PyLith/branches/pylith-swig/unittests/libtests/topology/TestFieldMesh.cc
   short/3D/PyLith/branches/pylith-swig/unittests/libtests/topology/TestFieldSubMesh.cc
Log:
Improved include directive placement.

Modified: short/3D/PyLith/branches/pylith-swig/libsrc/bc/Neumann.cc
===================================================================
--- short/3D/PyLith/branches/pylith-swig/libsrc/bc/Neumann.cc	2009-02-14 23:42:29 UTC (rev 14052)
+++ short/3D/PyLith/branches/pylith-swig/libsrc/bc/Neumann.cc	2009-02-14 23:46:55 UTC (rev 14053)
@@ -12,9 +12,6 @@
 
 #include <portinfo>
 
-#include "pylith/topology/SubMesh.hh" // HOLDSA SubMesh
-#include "pylith/feassemble/Quadrature.hh" // USES Quadrature
-
 #include "Neumann.hh" // implementation of object methods
 
 #include "pylith/topology/Field.hh" // HOLDSA Field

Modified: short/3D/PyLith/branches/pylith-swig/libsrc/bc/Neumann.hh
===================================================================
--- short/3D/PyLith/branches/pylith-swig/libsrc/bc/Neumann.hh	2009-02-14 23:42:29 UTC (rev 14052)
+++ short/3D/PyLith/branches/pylith-swig/libsrc/bc/Neumann.hh	2009-02-14 23:46:55 UTC (rev 14053)
@@ -21,6 +21,9 @@
 
 // Include directives ---------------------------------------------------
 #include "BoundaryCondition.hh" // ISA BoundaryCondition
+
+#include "pylith/topology/SubMesh.hh" // ISA Quadrature<SubMesh>
+#include "pylith/feassemble/Quadrature.hh" // ISA Integrator<Quadrature>
 #include "pylith/feassemble/Integrator.hh" // ISA Integrator
 
 #include "pylith/utils/array.hh" // USES std::vector, double_array, int_array

Modified: short/3D/PyLith/branches/pylith-swig/unittests/libtests/topology/TestFieldMesh.cc
===================================================================
--- short/3D/PyLith/branches/pylith-swig/unittests/libtests/topology/TestFieldMesh.cc	2009-02-14 23:42:29 UTC (rev 14052)
+++ short/3D/PyLith/branches/pylith-swig/unittests/libtests/topology/TestFieldMesh.cc	2009-02-14 23:46:55 UTC (rev 14053)
@@ -14,8 +14,8 @@
 
 #include "TestFieldMesh.hh" // Implementation of class methods
 
+#include "pylith/topology/Field.hh" // USES Field
 #include "pylith/topology/Mesh.hh" // USES Mesh
-#include "pylith/topology/Field.hh" // USES Field
 
 #include "pylith/utils/array.hh" // USES double_array
 

Modified: short/3D/PyLith/branches/pylith-swig/unittests/libtests/topology/TestFieldSubMesh.cc
===================================================================
--- short/3D/PyLith/branches/pylith-swig/unittests/libtests/topology/TestFieldSubMesh.cc	2009-02-14 23:42:29 UTC (rev 14052)
+++ short/3D/PyLith/branches/pylith-swig/unittests/libtests/topology/TestFieldSubMesh.cc	2009-02-14 23:46:55 UTC (rev 14053)
@@ -14,8 +14,8 @@
 
 #include "TestFieldSubMesh.hh" // Implementation of class methods
 
+#include "pylith/topology/Field.hh" // USES Field
 #include "pylith/topology/SubMesh.hh" // USES SubMesh
-#include "pylith/topology/Field.hh" // USES Field
 
 #include "pylith/utils/array.hh" // USES double_array
 



More information about the CIG-COMMITS mailing list