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

Change edge exponent to 12

parent b4afb484
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ res_tmp1 = 2^-split * 2^-6; // leftbot edge
res_tmp2 = 2^-split * 2^-3; // bulk
res_tmp3 = 2^-split * 2^-4; // topright edge
res_tmp4 = 2^-split * 2^-7; // leftbot focus
res_tmp5 = 2^-split * 2^-13; // inner edge focus
res_tmp5 = 2^-split * 2^-12; // inner edge focus
res_tmp6 = 2^-split * 2^-7; // inner edge
res_tmp7 = 2^-split * 2^-4; // focus bulk
......
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