some work on util

This commit is contained in:
Patrick Brosi 2018-07-12 14:23:29 +02:00
parent cf79e67631
commit b07110840e
9 changed files with 523 additions and 1207 deletions

View file

@ -6,7 +6,7 @@
#define UTIL_GEO_POINT_H_
namespace util {
namespace geon {
namespace geo {
template <typename T>
class Point {
@ -34,7 +34,7 @@ class Point {
T _x, _y;
};
} // namespace geon
} // namespace geo
} // namespace util
#endif // UTIL_GEO_POINT_H_