mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
septernion: Correct quaternion normalization after averaging
Resolves bug-report http://bugs.openfoam.org/view.php?id=2203
This commit is contained in:
@ -93,7 +93,7 @@ Foam::septernion Foam::average
|
||||
}
|
||||
}
|
||||
|
||||
normalize(sa.r());
|
||||
sa.r().normalize();
|
||||
|
||||
return sa;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user