IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 85817ae5 authored by Dominik Baack's avatar Dominik Baack Committed by ralfulrich
Browse files

some fixes to the utility functions

parent 0a719f28
No related branches found
No related tags found
1 merge request!280Refactory 2020
......@@ -42,8 +42,8 @@ namespace corsika {
setBoost(coshEta, sinhEta);
CORSIKA_LOG_TRACE("COMBoost (1-beta)={}, gamma={}, det={}", 1 - sinhEta / coshEta,
coshEta, boost_.determinant() - 1);
CORSIKA_LOG_TRACE("COMBoost (1-beta)={}, gamma={}, det={}", 1 - sinhEta / coshEta, coshEta,
boost_.determinant() - 1);
}
COMBoost::COMBoost(Vector<hepmomentum_d> const& momentum, HEPEnergyType mass)
......
......@@ -22,10 +22,10 @@ int fedisableexcept(int excepts);
#ifdef CORSIKA_HAS_FEENABLEEXCEPT
// Nothing to do, OS privides the functions
#elif
#else
#ifdef CORSIKA_OS_MAC
#include <corsika/detail/framework/utility/CorsikaFenvOSX.inl>
#elif
#else
#include <corsika/detail/framework/utility/CorsikaFenvFallback.inl>
#endif
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment