septernion: Correct quaternion normalization after averaging
Resolves bug-report http://bugs.openfoam.org/view.php?id=2203
This commit is contained in:
parent
c84098737c
commit
0fb712a4f1
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ Foam::septernion Foam::average
|
|||
}
|
||||
}
|
||||
|
||||
normalize(sa.r());
|
||||
sa.r().normalize();
|
||||
|
||||
return sa;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue