Skip to content
Snippets Groups Projects
Commit c4476833 authored by Boris Martin's avatar Boris Martin
Browse files

fixed missing variable

parent 2ce4422c
No related branches found
No related tags found
1 merge request!6Draft: "Flexible acquisition", a configuration with arbitrary sources and receivers read from a YAML file.
......@@ -22,6 +22,7 @@ namespace simplewave
double _const_preconditioner;
using EquationInterface<Physic::acoustic>::_boundary;
std::string _topBC;
bool _useSecondOrderABC;
public:
Equation(unsigned int f_idx,double pulsation,const ConfigurationInterface* const config, const wave::Discretization<Physic::acoustic>& w_discret,const gmshfem::common::GmshFem& gmshFem, std::string suffix = "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment