From a1d846bc4351e3fd9d16595954ba154ce373adf9 Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@tu-dortmund.de> Date: Mon, 11 Mar 2019 20:31:44 -0300 Subject: [PATCH] fixed critical bug and started documentation --- Environment/BaseExponential.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Environment/BaseExponential.h b/Environment/BaseExponential.h index 4a25e1e4..e52e9595 100644 --- a/Environment/BaseExponential.h +++ b/Environment/BaseExponential.h @@ -26,7 +26,6 @@ namespace corsika::environment { * This class provides the grammage/length conversion functionality for * (locally) flat exponential atmospheres. */ - template <class TDerived> class BaseExponential { protected: -- GitLab