aboutsummaryrefslogtreecommitdiff
path: root/src/poser_turveytori.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/poser_turveytori.c')
-rw-r--r--src/poser_turveytori.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poser_turveytori.c b/src/poser_turveytori.c
index e9e5b7a..4e602f3 100644
--- a/src/poser_turveytori.c
+++ b/src/poser_turveytori.c
@@ -299,7 +299,7 @@ void estimateToroidalAndPoloidalAngleOfPoint(
FLT angleBetweenSensors(TrackedSensor *a, TrackedSensor *b)
{
FLT angle = FLT_ACOS(FLT_COS(a->phi - b->phi)*FLT_COS(a->theta - b->theta));
- FLT angle2 = FLT_ACOS(FLT_COS(b->phi - a->phi)*FLT_COS(b->theta - a->theta));
+ //FLT angle2 = FLT_ACOS(FLT_COS(b->phi - a->phi)*FLT_COS(b->theta - a->theta));
return angle;
}