Skip to content
Snippets Groups Projects
Commit 776a1efb authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Fix study12

parent 69b218ef
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ dist1 = 0.05;
dist2 = 0.10;
res1 = 2^-split * 2^-6; // leftbot edge
res2 = 2^-split * 2^-1; // bulk
res2 = 2^-split * 2^-2; // bulk
res3 = 2^-split * 2^-6; // topright edge
res4 = 2^-split * 2^-8; // leftbot focus
res5 = 2^-split * 2^-exp5; // inner edge focus
......
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