Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
b87b5823
Commit
b87b5823
authored
Sep 22, 2020
by
niklas.baumgarten
Browse files
rmv unique ptr
parent
8aa00059
Changes
2
Hide whitespace changes
Inline
Side-by-side
mlmc/src/main/MultilevelPlotter.cpp
View file @
b87b5823
#include "MultilevelPlotter.hpp"
std
::
shared_ptr
<
MultilevelPlotter
>
plotter
;
MultilevelPlotter
*
plotter
;
mlmc/src/main/MultilevelPlotter.hpp
View file @
b87b5823
...
...
@@ -9,6 +9,11 @@
//#include "plot/VtuPlot.h"
/*
* Todo make singelton
*/
class
MultilevelPlotter
{
private:
const
string
defaultDir
=
"data/vtk/"
;
...
...
@@ -73,6 +78,6 @@ public:
}
};
extern
std
::
shared_ptr
<
MultilevelPlotter
>
plotter
;
extern
MultilevelPlotter
*
plotter
;
#endif //MULTILEVELPLOTTER_HPP
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment