diff options
Diffstat (limited to 'source/core/StarPeriodicFunction.hpp')
-rw-r--r-- | source/core/StarPeriodicFunction.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarPeriodicFunction.hpp b/source/core/StarPeriodicFunction.hpp index ee74808..cb9e444 100644 --- a/source/core/StarPeriodicFunction.hpp +++ b/source/core/StarPeriodicFunction.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PERIODIC_FUNCTION_HPP -#define STAR_PERIODIC_FUNCTION_HPP +#pragma once #include "StarInterpolation.hpp" #include "StarRandom.hpp" @@ -78,5 +77,3 @@ Float PeriodicFunction<Float>::value(WeightOperator weightOperator) const { } } - -#endif |