From 6b83d3c398e33fe7d6c26ea6141577c21ac7fe88 Mon Sep 17 00:00:00 2001 From: Felix Riehn <felix@matilda> Date: Mon, 18 Jan 2021 18:49:17 +0000 Subject: [PATCH] removed explicit threshold from proposal --- corsika/detail/modules/proposal/ContinuousProcess.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corsika/detail/modules/proposal/ContinuousProcess.inl b/corsika/detail/modules/proposal/ContinuousProcess.inl index 8bfbd705b..f900d2c9a 100644 --- a/corsika/detail/modules/proposal/ContinuousProcess.inl +++ b/corsika/detail/modules/proposal/ContinuousProcess.inl @@ -28,7 +28,7 @@ namespace corsika::proposal { auto p_cross = cross.find(code); if (p_cross == cross.end()) throw std::runtime_error("PROPOSAL could not find corresponding builder"); - + // interpolate the crosssection for given media and energy cut. These may // take some minutes if you have to build the tables and cannot read the // from disk -- GitLab