diff options
Diffstat (limited to 'source/core/StarMultiArrayInterpolator.hpp')
-rw-r--r-- | source/core/StarMultiArrayInterpolator.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarMultiArrayInterpolator.hpp b/source/core/StarMultiArrayInterpolator.hpp index 40a708d..93cdcc5 100644 --- a/source/core/StarMultiArrayInterpolator.hpp +++ b/source/core/StarMultiArrayInterpolator.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_MULTI_ARRAY_INTERPOLATOR_HPP -#define STAR_MULTI_ARRAY_INTERPOLATOR_HPP +#pragma once #include "StarMultiArray.hpp" #include "StarInterpolation.hpp" @@ -535,5 +534,3 @@ struct MultiArrayInterpolator4<MultiArray<ElementT, 3>, PositionT> { }; } - -#endif |