Skip to content
Snippets Groups Projects
Commit d7bcb60c authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

added missing this for gcc

[[Imported from SVN: r2653]]
parent 61d5f893
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ namespace Dune {
LevelIterator it = grid.template lbegin<0>( grid.maxlevel() );
LevelIterator endit = grid.template lend<0> ( grid.maxlevel() );
enum {maxnumOfBaseFct = 30};
if (!matrix_) matrix_ = newEmptyMatrix();
if (!matrix_) matrix_ = this->newEmptyMatrix();
FieldMatrix<double,maxnumOfBaseFct,maxnumOfBaseFct> mat;
......
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