From 1239586470a0352a6c26786eebd7a9b82435f756 Mon Sep 17 00:00:00 2001 From: "Martin D. Weinberg" Date: Sun, 1 Oct 2023 15:33:18 -0400 Subject: [PATCH] Revised the default parameters --- coefs/BasisFactory.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coefs/BasisFactory.cc b/coefs/BasisFactory.cc index 120e113e1..af31eb374 100644 --- a/coefs/BasisFactory.cc +++ b/coefs/BasisFactory.cc @@ -961,14 +961,14 @@ namespace BasisClasses ncylnx = 256; ncylny = 128; ncylodd = 9; - ncylr = 200; + ncylr = 2000; eof_file = ".eof_cache_file"; Ignore = false; deproject = false; - rnum = 100; + rnum = 200; pnum = 1; - tnum = 40; + tnum = 80; ashift = 0.0; logarithmic = false; density = true;