diff options
Diffstat (limited to 'source/core/StarVector.hpp')
-rw-r--r-- | source/core/StarVector.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarVector.hpp b/source/core/StarVector.hpp index 16d9d42..367c1a6 100644 --- a/source/core/StarVector.hpp +++ b/source/core/StarVector.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_VECTOR_HPP -#define STAR_VECTOR_HPP +#pragma once #include "StarArray.hpp" #include "StarMathCommon.hpp" @@ -920,5 +919,3 @@ T operator^(Vector<T, 2> const& v1, Vector<T, 2> const& v2) { } } - -#endif |