From 709fe557a3a5c2dc8675472dac9325f8efdff004 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 7 Dec 2018 08:43:03 +0100 Subject: clean up a bit --- tracker-pt/point_tracker.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tracker-pt') diff --git a/tracker-pt/point_tracker.cpp b/tracker-pt/point_tracker.cpp index e86e686b..103228f5 100644 --- a/tracker-pt/point_tracker.cpp +++ b/tracker-pt/point_tracker.cpp @@ -8,14 +8,16 @@ #include "point_tracker.h" #include "compat/math-imports.hpp" -using namespace types; - #include #include #include #include +namespace pt_module { + +using namespace types; + static void get_row(const mat33& m, int i, vec3& v) { v[0] = m(i,0); @@ -414,3 +416,4 @@ void PointTracker::reset_state() init_phase = true; } +} // ns pt_module -- cgit v1.2.3