IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Merge requests
!52
Resolve "OSX doesn't support feenableexcept and fedisableexcept."
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "OSX doesn't support feenableexcept and fedisableexcept."
119-osx-doesn-t-support-feenableexcept-and-fedisableexcept
into
master
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Ralf Ulrich
requested to merge
119-osx-doesn-t-support-feenableexcept-and-fedisableexcept
into
master
6 years ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
Closes
#119 (closed)
Edited
6 years ago
by
Ralf Ulrich
0
0
Merge request reports
Viewing commit
f6321179
Show latest version
2 files
+
13
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
f6321179
check if APPLE
· f6321179
ralfulrich
authored
6 years ago
Processes/Sibyll/Decay.h
+
6
−
0
Options
@@ -169,7 +169,10 @@ namespace corsika::process {
using
corsika
::
geometry
::
Point
;
using
namespace
corsika
::
units
::
si
;
// TODO: this should be done in a central, common place. Not here..
#ifndef CORSIKA_OSX
feenableexcept
(
FE_INVALID
);
#endif
fCount
++
;
SibStack
ss
;
@@ -216,7 +219,10 @@ namespace corsika::process {
// empty sibyll stack
ss
.
Clear
();
// TODO: this should be done in a central, common place. Not here..
#ifndef CORSIKA_OSX
fedisableexcept
(
FE_INVALID
);
#endif
}
};
}
// namespace sibyll
Loading