From ba0fe7552289895266f191bd5ad38ef53952a982 Mon Sep 17 00:00:00 2001 From: Matthias Frey <matthias.frey@psi.ch> Date: Wed, 8 Jul 2020 14:55:38 +0200 Subject: [PATCH] Distribution: change default residuum for SigmaGenerator --- src/Distribution/Distribution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Distribution/Distribution.cpp b/src/Distribution/Distribution.cpp index 2e75aafe5..0706c0f3d 100644 --- a/src/Distribution/Distribution.cpp +++ b/src/Distribution/Distribution.cpp @@ -3207,7 +3207,7 @@ void Distribution::setAttributes() { // itsAttr[Attrib::Distribution::E2] // = Attributes::makeReal("E2", "If E2<Eb, we compute the tunes from the beams energy Eb to E2 with dE=0.25 MeV ", 0.0); itsAttr[Attrib::Distribution::RESIDUUM] - = Attributes::makeReal("RESIDUUM", "Residuum for the closed orbit finder and sigma matrix generator ", 1e-8); + = Attributes::makeReal("RESIDUUM", "Residuum for the closed orbit finder and sigma matrix generator ", 1e-12); itsAttr[Attrib::Distribution::MAXSTEPSCO] = Attributes::makeReal("MAXSTEPSCO", "Maximum steps used to find closed orbit ", 100); itsAttr[Attrib::Distribution::MAXSTEPSSI] -- GitLab