From 68d2ce9c59e90bb9a8bee4ad65a0e87185304354 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 20 Apr 2019 00:00:02 +0200 Subject: Larger! --- aberth/aberth.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aberth/aberth.cpp') diff --git a/aberth/aberth.cpp b/aberth/aberth.cpp index e3c1fe8..6936809 100644 --- a/aberth/aberth.cpp +++ b/aberth/aberth.cpp @@ -390,9 +390,9 @@ int main(int argc, char **argv) { if (argc <= 1) { // tie(W, H, counts) = computeCounts(); - W = H = 900; - Com bottomLeft = Com(-1.5, -1.5); - Com topRight = Com(1.5, 1.5); + W = H = 2000; + Com bottomLeft = Com(-1.6, -1.6); + Com topRight = Com(1.6, 1.6); counts = invoke_kernel(W, H, bottomLeft.real(), topRight.imag(), topRight.real(), bottomLeft.imag(), 42); writeCounts(W, H, counts, "out.txt"); } else if (argc == 2) { -- cgit v1.2.3-70-g09d2