Skip to content

Commit

Permalink
Revised the default parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin D. Weinberg committed Oct 1, 2023
1 parent 0f49664 commit 1239586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions coefs/BasisFactory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1239586

Please sign in to comment.