Skip to content
Snippets Groups Projects
Commit 846c5ac6 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Correct header guards

parent 289b9b4e
No related branches found
No related tags found
1 merge request!195Gamma power speed up
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment