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

summaryrefslogtreecommitdiff
path: root/source/core/StarNetElementFloatFields.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarNetElementFloatFields.hpp')
-rw-r--r--source/core/StarNetElementFloatFields.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarNetElementFloatFields.hpp b/source/core/StarNetElementFloatFields.hpp
index 20895cd..57f74a9 100644
--- a/source/core/StarNetElementFloatFields.hpp
+++ b/source/core/StarNetElementFloatFields.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_NET_ELEMENT_FLOAT_FIELDS_HPP
-#define STAR_NET_ELEMENT_FLOAT_FIELDS_HPP
+#pragma once
#include <type_traits>
@@ -242,5 +241,3 @@ T NetElementFloating<T>::interpolate() const {
}
}
-
-#endif