Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
SWIFT
SWIFTsim
Commits
846c5ac6
Commit
846c5ac6
authored
8 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Correct header guards
parent
289b9b4e
No related branches found
No related tags found
1 merge request
!195
Gamma power speed up
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/adiabatic_index.h
+3
-3
3 additions, 3 deletions
src/adiabatic_index.h
with
3 additions
and
3 deletions
src/adiabatic_index.h
+
3
−
3
View file @
846c5ac6
...
...
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
******************************************************************************/
#ifndef SWIFT_
GAMMA
_H
#define SWIFT_
GAMMA
_H
#ifndef SWIFT_
ADIABATIC_INDEX
_H
#define SWIFT_
ADIABATIC_INDEX
_H
/* Config parameters. */
#include
"../config.h"
...
...
@@ -104,4 +104,4 @@ __attribute__((always_inline)) INLINE static float pow_minus_gamma_minus_one(
#endif
}
#endif
/* SWIFT_
GAMMA
_H */
#endif
/* SWIFT_
ADIABATIC_INDEX
_H */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment