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

summaryrefslogtreecommitdiff
path: root/source/core/StarSectorArray2D.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarSectorArray2D.hpp')
-rw-r--r--source/core/StarSectorArray2D.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarSectorArray2D.hpp b/source/core/StarSectorArray2D.hpp
index 1dd88a1..0fea5b0 100644
--- a/source/core/StarSectorArray2D.hpp
+++ b/source/core/StarSectorArray2D.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_SECTOR_SET_HPP
-#define STAR_SECTOR_SET_HPP
+#pragma once
#include "StarMultiArray.hpp"
#include "StarSet.hpp"
@@ -374,5 +373,3 @@ bool SectorArray2D<ElementT, SectorSize>::evalColumnsPriv(
}
}
-
-#endif