Skip to content
Snippets Groups Projects
Commit 4f08f980 authored by Ole Klein's avatar Ole Klein
Browse files

fix misnamed variable in tutorial 06

parent e8fb02b9
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ public:
//! derivative of nonlinearity
Number qprime (Number u) const
{
return 2*eta*u;
return 2*lambda*u;
}
//! right hand side
......
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