// -*- C++ -*- // // ====================================================================== // // Brad T. Aagaard // U.S. Geological Survey // // {LicenseText} // // ====================================================================== // /** * @file pylith/utils/array.hh * * @brief Header file for PyLith array objects. * * Since the arrays are really C++ STL objects, we simply include the * STL header files. */ #if !defined(pylith_utils_array_hh) #define pylith_utils_array_hh #include "arrayfwd.hh" #include #include #endif // pylith_utils_array_hh // End of file