aboutsummaryrefslogtreecommitdiff
path: root/dave
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-09 20:01:37 -0500
committercnlohr <lohr85@gmail.com>2017-03-09 20:01:37 -0500
commita8dcfa48d3b5831f0a0470c78d71003349c0e758 (patch)
tree8b7f0963ae72a539a832a88f4a7837655bc3267f /dave
parent765bf1623299e81f5f95b78a78e7d66997e4ad0c (diff)
parent9b792127fe2e2c4590b9e528dfd97e44d890d253 (diff)
downloadlibsurvive-a8dcfa48d3b5831f0a0470c78d71003349c0e758.tar.gz
libsurvive-a8dcfa48d3b5831f0a0470c78d71003349c0e758.tar.bz2
Merge branch 'master' of https://github.com/cnlohr/libsurvive
Diffstat (limited to 'dave')
-rw-r--r--dave/AffineSolve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dave/AffineSolve.c b/dave/AffineSolve.c
index e848ade..f29e29e 100644
--- a/dave/AffineSolve.c
+++ b/dave/AffineSolve.c
@@ -242,7 +242,7 @@ printf("rhat %f %f (len %f)\n", rhat[0][0], rhat[1][0], rhat_len);
// Calculate the handedness
FLOAT cx,cy,cz;
CrossProduct(cx,cy,cz,x[0][0],x_y,x[2][0],y[0][0],y_y,y[2][0]);
- FLOAT hand = cx*z[0][0] + cy*y_y + cz*z[2][0];
+ FLOAT hand = cx*z[0][0] + cy*z_y + cz*z[2][0];
// printf("err %f hand %f\n", err, hand);
// If we are the best right-handed frame so far