Skip to content
Snippets Groups Projects
Commit 6367a9f2 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

bugfix

[[Imported from SVN: r3236]]
parent ad64724d
No related branches found
No related tags found
No related merge requests found
...@@ -23,10 +23,7 @@ public: ...@@ -23,10 +23,7 @@ public:
MonotoneMGStep() {} MonotoneMGStep() {}
MonotoneMGStep(int numLevels) { MonotoneMGStep(int numLevels) {
this->numLevels_ = numLevels; this->setNumberOfLevels(numLevels);
this->mat_.resize(numLevels);
this->x_.resize(numLevels);
this->rhs_.resize(numLevels);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment