diff --git a/src/pfaedle/Def.h b/src/pfaedle/Def.h index cc0d344..620e9a4 100644 --- a/src/pfaedle/Def.h +++ b/src/pfaedle/Def.h @@ -1,5 +1,6 @@ -// Copyright 2018 -// Author: Patrick Brosi +// Copyright 2018, University of Freiburg, +// Chair of Algorithms and Data Structures. +// Authors: Patrick Brosi #ifndef PFAEDLE_DEF_H_ #define PFAEDLE_DEF_H_ @@ -19,7 +20,6 @@ #define PFAEDLE_PRECISION_STR __str_a(PFAEDLE_PRECISION) -// version number from cmake version module #define POINT util::geo::Point #define LINE util::geo::Line #define BOX util::geo::Box