diff options
Diffstat (limited to 'source/core/StarRandomPoint.hpp')
-rw-r--r-- | source/core/StarRandomPoint.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarRandomPoint.hpp b/source/core/StarRandomPoint.hpp index ac9fcd9..5fa73ab 100644 --- a/source/core/StarRandomPoint.hpp +++ b/source/core/StarRandomPoint.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_RANDOM_POINT_HPP -#define STAR_RANDOM_POINT_HPP +#pragma once #include "StarRandom.hpp" #include "StarPoly.hpp" @@ -76,5 +75,3 @@ auto Random2dPointGenerator<PointData, DataType>::generate(Poly const& area, Poi } } - -#endif |