Skip to content
Snippets Groups Projects
Commit a9a52829 authored by Markus Wolff's avatar Markus Wolff
Browse files

added private copy constructor


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6319 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent bfb6f4a3
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,9 @@ class TimeManager ...@@ -64,6 +64,9 @@ class TimeManager
{ {
typedef typename GET_PROP_TYPE(TypeTag, PTAG(Scalar)) Scalar; typedef typename GET_PROP_TYPE(TypeTag, PTAG(Scalar)) Scalar;
typedef typename GET_PROP_TYPE(TypeTag, PTAG(Problem)) Problem; typedef typename GET_PROP_TYPE(TypeTag, PTAG(Problem)) Problem;
TimeManager(const TimeManager&)
{}
public: public:
TimeManager(bool verbose = true) TimeManager(bool verbose = true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment