Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/libmv')
-rw-r--r--intern/libmv/libmv/multiview/homography.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/intern/libmv/libmv/multiview/homography.cc b/intern/libmv/libmv/multiview/homography.cc
index a7679c33bbf..69177743f94 100644
--- a/intern/libmv/libmv/multiview/homography.cc
+++ b/intern/libmv/libmv/multiview/homography.cc
@@ -209,8 +209,10 @@ class HomographySymmetricGeometricCostFunctor {
return true;
}
- const Vec2 &x_;
- const Vec2 &y_;
+ EIGEN_MAKE_ALIGNED_OPERATOR_NEW
+
+ const Vec2 x_;
+ const Vec2 y_;
};
// Termination checking callback used for homography estimation.