diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-11-21 11:10:31 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-11-21 11:10:31 +0100 |
commit | 08e654dcda7fa6d764558ea184fe1a47bc4001c8 (patch) | |
tree | 0d97c16706ebb7832a7797146963f13bc33f24b1 /src/core/RangeSet.hpp | |
parent | ca2040ba16459f5b3dfe8a86a14680eecea7ef7d (diff) |
Finished last commits moving action by also moving the tests and correcting all references and namespaces in the code.
Diffstat (limited to 'src/core/RangeSet.hpp')
-rw-r--r-- | src/core/RangeSet.hpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/core/RangeSet.hpp b/src/core/RangeSet.hpp index 841d476..bb9102d 100644 --- a/src/core/RangeSet.hpp +++ b/src/core/RangeSet.hpp @@ -16,14 +16,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _OUSIA_MODEL_RANGE_SET_HPP_ -#define _OUSIA_MODEL_RANGE_SET_HPP_ +#ifndef _OUSIA_RANGE_SET_HPP_ +#define _OUSIA_RANGE_SET_HPP_ #include <limits> #include <set> namespace ousia { -namespace model { /** * The Range structure represents an interval of numerical values of type T. */ @@ -320,7 +319,7 @@ public: }; } -} -#endif /* _OUSIA_MODEL_RANGE_SET_HPP_ */ + +#endif /* _OUSIA_RANGE_SET_HPP_ */ |