Skip to content

Commit 90394fc

Browse files
committed
Fixed Typo
1 parent ce5958f commit 90394fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace PBD
3232

3333
//allocators to be used in STL collections containing Eigen structures
3434
using Alloc_Vector2r = Eigen::aligned_allocator<Vector2r>;
35-
using Alloc_Vector3r = Eigen::aligned_allocator<Vector2r>;
35+
using Alloc_Vector3r = Eigen::aligned_allocator<Vector3r>;
3636
using Alloc_Vector4r = Eigen::aligned_allocator<Vector4r>;
3737
using Alloc_Matrix2r = Eigen::aligned_allocator<Matrix2r>;
3838
using Alloc_Matrix3r = Eigen::aligned_allocator<Matrix3r>;

0 commit comments

Comments
 (0)