// -*- C++ -*- // // ====================================================================== // // Brad T. Aagaard // U.S. Geological Survey // // {LicenseText} // // ====================================================================== // /** * @file pylith/utils/sievefwd.hh * * @brief Forward declarations for PETSc Sieve objects. */ #if !defined(pylith_utils_sievefwd_hh) #define pylith_utils_sievefwd_hh namespace ALE { /// ALE::Obj template class Obj; /// PETSc mesh class Mesh; } // ALE #endif // pylith_utils_sievefwd_hh // End of file