You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the constructor for mesh struct mesh(const std::string filename, const specfem::MPI::MPI *mpi); to a function IO namespace since this constructors reads an external database file. The IO function should return specfem::mesh::mesh instance.
Restructure input routines
Tracking this issue through branch #issue-108
mesh(const std::string filename, const specfem::MPI::MPI *mpi);
to a function IO namespace since this constructors reads an external database file. The IO function should returnspecfem::mesh::mesh
instance. #146specfem::sources::read_sources(args...)
#150specfem::receivers::read_receivers(args...)
to IO namespace #169The text was updated successfully, but these errors were encountered: