Skip to content
Snippets Groups Projects
Commit 00d12549 authored by akbib's avatar akbib Committed by akbib
Browse files

initialize after

[[Imported from SVN: r4864]]
parent 0cba671e
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
public: public:
MultigridStep() : MultigridStep() :
numLevels_(0),
presmoother_(0), presmoother_(0),
postsmoother_(0), postsmoother_(0),
basesolver_(0), basesolver_(0),
numLevels_(0),
ignoreNodesHierarchy_(0), ignoreNodesHierarchy_(0),
preprocessCalled(false) preprocessCalled(false)
{} {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment