Skip to content
Snippets Groups Projects
Commit 491ca46b authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[bugfix,release] Fix bug in graphtest.cc

In commit 3e405a0b a parameter 'eps'
was introduced for testAggregate(). However this parameter is not
supplied in the call (breaking the test) and it is never used
in the method.
parent a0415709
Branches
Tags
No related merge requests found
......@@ -498,7 +498,7 @@ void testGraph ()
}
void testAggregate(double eps)
void testAggregate()
{
typedef Dune::FieldMatrix<double,1,1> ScalarDouble;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment