[cig-commits] r8997 - short/3D/PyLith/trunk/libsrc/utils

brad at geodynamics.org brad at geodynamics.org
Thu Jan 10 10:06:11 PST 2008


Author: brad
Date: 2008-01-10 10:06:09 -0800 (Thu, 10 Jan 2008)
New Revision: 8997

Modified:
   short/3D/PyLith/trunk/libsrc/utils/sievefwd.hh
Log:
Temporarily disable forward declarations due to complex declaration of ALE::Obj.

Modified: short/3D/PyLith/trunk/libsrc/utils/sievefwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/sievefwd.hh	2008-01-10 03:35:41 UTC (rev 8996)
+++ short/3D/PyLith/trunk/libsrc/utils/sievefwd.hh	2008-01-10 18:06:09 UTC (rev 8997)
@@ -19,6 +19,7 @@
 #if !defined(pylith_utils_sievefwd_hh)
 #define pylith_utils_sievefwd_hh
 
+#if 0
 /// Namespace for Sieve package.
 namespace ALE {
  
@@ -28,6 +29,9 @@
   /// PETSc mesh
   class Mesh;
 } // ALE
+#else
+#include "sievetypes.hh"
+#endif
 
 #endif // pylith_utils_sievefwd_hh
 



More information about the cig-commits mailing list