diff options
Diffstat (limited to 'collectStokesData.hpp')
-rw-r--r-- | collectStokesData.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collectStokesData.hpp b/collectStokesData.hpp index 9492b25..42500c0 100644 --- a/collectStokesData.hpp +++ b/collectStokesData.hpp @@ -6,7 +6,7 @@ using Complex = std::complex<Real>; template<int ...ps, class Generator, typename... T> void collectStokesData(std::string tag, unsigned N, Generator& r, double ε, double δz, bool minimum, T... μs) { - unsigned nIts = 5; + unsigned nIts = 7; unsigned nGs = 4; unsigned coDim = 16; Real newSaddleThres = 1e-4; |