We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce5958f + 90394fc commit 6d331f3Copy full SHA for 6d331f3
Common/Common.h
@@ -32,7 +32,7 @@ namespace PBD
32
33
//allocators to be used in STL collections containing Eigen structures
34
using Alloc_Vector2r = Eigen::aligned_allocator<Vector2r>;
35
- using Alloc_Vector3r = Eigen::aligned_allocator<Vector2r>;
+ using Alloc_Vector3r = Eigen::aligned_allocator<Vector3r>;
36
using Alloc_Vector4r = Eigen::aligned_allocator<Vector4r>;
37
using Alloc_Matrix2r = Eigen::aligned_allocator<Matrix2r>;
38
using Alloc_Matrix3r = Eigen::aligned_allocator<Matrix3r>;
0 commit comments