Skip to content
Snippets Groups Projects
Commit 846e213e 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.

(cherry picked from commit 491ca46b)
Signed-off-by: default avatarCarsten Gräser <graeser@dune-project.org>
parent fdc7744c
No related branches found
No related tags found
1 merge request!112Add data() accessors to BlockVector
......@@ -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.
Finish editing this message first!
Please register or to comment