Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
846c5ac6
Commit
846c5ac6
authored
Jul 13, 2016
by
Matthieu Schaller
Browse files
Correct header guards
parent
289b9b4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/adiabatic_index.h
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 */
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment