IAP GITLAB

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • AirShowerPhysics/corsika
  • rulrich/corsika
  • AAAlvesJr/corsika
  • Andre/corsika
  • arrabito/corsika
  • Nikos/corsika
  • olheiser73/corsika
  • AirShowerPhysics/papers/corsika
  • pranav/corsika
9 results
Show changes
Commits on Source (1)
...@@ -20,12 +20,6 @@ int feenableexcept(int excepts) noexcept; ...@@ -20,12 +20,6 @@ int feenableexcept(int excepts) noexcept;
int fedisableexcept(int excepts) noexcept; int fedisableexcept(int excepts) noexcept;
} }
#ifdef CORSIKA_HAS_FEENABLEEXCEPT #if !defined(CORSIKA_HAS_FEENABLEEXCEPT) || defined(__APPLE__)
// Nothing to do, OS privides the functions
#else
#ifdef CORSIKA_OS_MAC
#include <corsika/detail/framework/utility/CorsikaFenvOSX.inl>
#else
#include <corsika/detail/framework/utility/CorsikaFenvFallback.inl> #include <corsika/detail/framework/utility/CorsikaFenvFallback.inl>
#endif #endif
#endif