Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarParametricFunction.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarParametricFunction.hpp')
-rw-r--r--source/core/StarParametricFunction.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarParametricFunction.hpp b/source/core/StarParametricFunction.hpp
index 64bede2..b4e6d32 100644
--- a/source/core/StarParametricFunction.hpp
+++ b/source/core/StarParametricFunction.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_PARAMETRIC_FUNCTION_HPP
-#define STAR_PARAMETRIC_FUNCTION_HPP
+#pragma once
#include "StarInterpolation.hpp"
@@ -284,5 +283,3 @@ ValueType ParametricFunction<IndexType, ValueType>::operator()(IndexType index)
}
}
-
-#endif