Skip to content

Commit 6d331f3

Browse files
authored
Merge pull request #28 from stefanmessmer/master
Fixed Typo
2 parents ce5958f + 90394fc commit 6d331f3

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)