Skip to content
Snippets Groups Projects
Commit f6209e78 authored by maik's avatar maik Committed by Praetorius, Simon
Browse files

Delete Copy Constructor and copy Assignment

parent 02ba56f5
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,9 @@ namespace AMDiS
/// or the provided initfile filename.
Environment(int& argc, char**& argv, std::string const& initFileName = "");
Environment(Environment const&) = delete;
Environment& operator=(Environment const&) = delete;
/// Finishes MPI and PETSc
~Environment();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment