Skip to content
Snippets Groups Projects
Commit 3ca0af09 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Fix C++ bug. How could this ever compile?

parent 602fe9c9
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ public:
void setScaling(const Dune::FieldVector<double,blocksize>& scaling)
{
scaling_(scaling);
scaling_ = scaling;
}
void setIgnoreNodes(const Dune::BitSetVector<blocksize>& ignoreNodes)
......
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