Skip to content
Snippets Groups Projects
Commit f3017495 authored by simon29996's avatar simon29996
Browse files

Fixed Readme

parent 052c468d
Branches
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ const double sigma = 1; ...@@ -30,7 +30,7 @@ const double sigma = 1;
const int refinementNumber = 1; const int refinementNumber = 1;
// Number of steps of the implicict Euler scheme // Number of steps of the implicict Euler scheme
const int steps = 100; const int stepNumber = 100;
// Stepsize of the implicict Euler scheme // Stepsize of the implicict Euler scheme
const double stepSize = 0.0005; const double stepSize = 0.0005;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment