Skip to content

Commit

Permalink
Merge branch 'issue-502' into issue-504
Browse files Browse the repository at this point in the history
  • Loading branch information
lsawade committed Feb 21, 2025
2 parents d9634f3 + 2ef4f67 commit 8ef9441
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions include/mesh/dim3/boundaries/boundaries.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#pragma once

#include "enumerations/dimension.hpp"
#include "mesh/mesh_base.hpp"
#include "specfem_setup.hpp"
#include <Kokkos_Core.hpp>

namespace specfem {
namespace mesh {

template <> struct boundaries<specfem::dimension::type::dim3> {};

} // namespace mesh
} // namespace specfem

0 comments on commit 8ef9441

Please sign in to comment.