Skip to content
Snippets Groups Projects
Commit ea96696a authored by Müller, Felix's avatar Müller, Felix Committed by Praetorius, Simon
Browse files

Compatibility fixes

parent e2497d6a
No related branches found
No related tags found
No related merge requests found
......@@ -243,13 +243,13 @@ namespace AMDiS
createFileWriter();
}
/*
/// Return the gridView of the leaf-level
auto leafGridView() { return grid->leafGridView(); }
/// Return the gridView of levle `level`
auto levelGridView(int level) { return grid->levelGridView(level); }
*/
/// Return the \ref feSpaces
std::shared_ptr<GlobalBasis> const& getGlobalBasis() { return globalBasis; }
......
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