summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index ff0a089..52f8228 100644
--- a/src/types.h
+++ b/src/types.h
@@ -24,7 +24,8 @@ typedef struct {
int id;
Vector3d source, reflection;
double height;
- UVector2d Ssrc, Sref;
+ double Ssrc[2];
+ double Sref[2];
cv::Mat patch, refpatch;
double xcorrmax;
} measurement_t;