Skip to content
Snippets Groups Projects
Commit d69b24fa authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Adjust test to interface changes

After 452b62b9b57362bbb0cf16a5dd48804132d74615
parent 0ae3ce26
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ void testIdentity() { ...@@ -35,7 +35,7 @@ void testIdentity() {
b[0] = 1; b[0] = 1;
b[1] = 2; b[1] = 2;
Dune::Identity f; Dune::LinearFunction f(1);
Functional J(A, b, Dune::MyNonlinearity<dim>(f)); Functional J(A, b, Dune::MyNonlinearity<dim>(f));
Functional::SmallVector start = b; Functional::SmallVector start = b;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment