From 6c3b6e27bf03058e606461c13a84063befe70e98 Mon Sep 17 00:00:00 2001 From: dglazier Date: Thu, 24 Jun 2021 16:49:18 +0100 Subject: [PATCH] increase threshold on warning for rounding errors when subtracting stables --- core/DecayModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/DecayModel.cpp b/core/DecayModel.cpp index a0a3206..0cd09cb 100644 --- a/core/DecayModel.cpp +++ b/core/DecayModel.cpp @@ -118,7 +118,7 @@ namespace elSpectro{ //Allow for rounding errors in check if(TCM<0){ - if(TCM<-1E-6){ + if(TCM<-1E-5){ std::cout<<"DecayModel::PhaseSpaceWeightSq "<Pdg()<<" "<