Skip to content
Snippets Groups Projects
Commit 18155802 authored by Henry Weller's avatar Henry Weller
Browse files

septernion: Correct quaternion normalization after averaging

Resolves bug-report http://bugs.openfoam.org/view.php?id=2203
parent b075f100
Branches
Tags
No related merge requests found
......@@ -93,7 +93,7 @@ Foam::septernion Foam::average
}
}
normalize(sa.r());
sa.r().normalize();
return sa;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment