diff options
Diffstat (limited to 'source/core/StarInterpolation.hpp')
-rw-r--r-- | source/core/StarInterpolation.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarInterpolation.hpp b/source/core/StarInterpolation.hpp index 426f37d..fb991d6 100644 --- a/source/core/StarInterpolation.hpp +++ b/source/core/StarInterpolation.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_INTERPOLATE_BASE -#define STAR_INTERPOLATE_BASE +#pragma once #include "StarMathCommon.hpp" #include "StarArray.hpp" @@ -450,5 +449,3 @@ typename YContainer::value_type parametricInterpolate4(XContainer const& xvals, } } - -#endif |