Skip to content
Snippets Groups Projects
Commit 8533dc68 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[BCRSMatrix] Fix typo in setImplicitBuildModeParameters

This was obviously never tested - don't try to assign the overflow
fraction to the map holding the overflow entries...
parent 5e25cd23
No related branches found
No related tags found
No related merge requests found
......@@ -809,7 +809,7 @@ namespace Dune {
void setImplicitBuildModeParameters(size_type _avg, double _overflow)
{
avg = _avg;
overflow = _overflow;
overflowsize = _overflow;
}
/**
......
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