stdfloat_double issue

This commit is contained in:
David Rose 2013-05-04 02:53:10 +00:00
parent 67770fa3dc
commit 74621e39b6

View File

@ -1042,7 +1042,7 @@ transform_point(LPoint3f &point) const {
}
if (_undist_lut != NULL) {
LPoint3 p;
LPoint3f p;
if (!_undist_lut->calc_bilinear_point(p, point[0], 1.0 - point[1])) {
// Point is missing.
point.set(0, 0, 0);