finger grid manager: call the finalizeInit_() method of the base class

this grid manager was forgotten to be adapted and fixes a crash...
This commit is contained in:
Andreas Lauser 2014-04-27 21:38:09 +02:00
parent 42316a824e
commit 81ae2566d7

View File

@ -267,6 +267,8 @@ public:
grid_ = factory.createGrid();
grid_->globalRefine(numRefinments);
this->finalizeInit_();
}
/*!