Skip to content

Commit

Permalink
Merge pull request #12 from hugtalbot/202402_follow_lifecycle_2406
Browse files Browse the repository at this point in the history
 Fix last remaining Vec4
  • Loading branch information
fredroy authored Mar 13, 2024
2 parents a26f9f7 + a8c7075 commit a77aeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Registration/InertiaAlign.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ void InertiaAlign::init()

//Construction of S
MTransformSource(3,3) = 1;
Vector4 TranslationSource;
Vec4 TranslationSource;

MTransformSource(0,3) = -(*sourceC.beginEdit())[0];
MTransformSource(1,3) = -(*sourceC.beginEdit())[1];
Expand Down

0 comments on commit a77aeee

Please sign in to comment.