Skip to content
Snippets Groups Projects
Commit e10a415f authored by Chichi Lalescu's avatar Chichi Lalescu
Browse files

make virtual destructor

parent 57bf7ed4
No related branches found
No related tags found
1 merge request!21Bugfix/nansampling
......@@ -41,7 +41,7 @@ class direct_numerical_simulation
direct_numerical_simulation(
const MPI_Comm COMMUNICATOR,
const std::string &simulation_name);
~direct_numerical_simulation(){}
virtual ~direct_numerical_simulation(){}
virtual int initialize(void) = 0;
virtual int main_loop(void) = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment