diff options
| author | mwturvey <michael.w.turvey@intel.com> | 2017-02-16 16:09:25 -0700 |
|---|---|---|
| committer | mwturvey <michael.w.turvey@intel.com> | 2017-02-21 13:29:41 -0700 |
| commit | 42640c64c93042e4a7c9fca6bc0003dff67020b0 (patch) | |
| tree | 0a78ef0184b1495768e442884b65833324470c29 /tools | |
| parent | 2927962bd7f9dcb6054d4bf642bb02b946379e25 (diff) | |
| download | libsurvive-42640c64c93042e4a7c9fca6bc0003dff67020b0.tar.gz libsurvive-42640c64c93042e4a7c9fca6bc0003dff67020b0.tar.bz2 | |
Disable debug code
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/lighthousefind_tori/torus_localizer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lighthousefind_tori/torus_localizer.c b/tools/lighthousefind_tori/torus_localizer.c index 4e773a3..23b8dd9 100644 --- a/tools/lighthousefind_tori/torus_localizer.c +++ b/tools/lighthousefind_tori/torus_localizer.c @@ -26,8 +26,8 @@ Matrix3x3 GetRotationMatrixForTorus(Point a, Point b) rotation_between_vecs_to_m3(&result, v1, v2); // Useful for debugging... - FLT v2b[3]; - rotate_vec(v2b, v1, result); + //FLT v2b[3]; + //rotate_vec(v2b, v1, result); return result; } |
