diff --git a/include/enumerations/boundary_conditions/boundary_conditions.hpp b/include/enumerations/boundary_conditions/boundary_conditions.hpp new file mode 100644 index 00000000..892e51bb --- /dev/null +++ b/include/enumerations/boundary_conditions/boundary_conditions.hpp @@ -0,0 +1,19 @@ +#ifndef _SPECFEM_BOUNDARY_BOUNDARY_HPP +#define _SPECFEM_BOUNDARY_BOUNDARY_HPP + +#include "enumerations/boundary.hpp" +#include "enumerations/dimension.hpp" +#include "enumerations/medium.hpp" + +namespace specfem { +namespace boundary { +template +class boundary; +} // namespace boundary +} // namespace specfem + +#endif // _SPECFEM_BOUNDARY_BOUNDARY_HPP