Skip to content
Snippets Groups Projects
Commit 0b462d58 authored by Neil Vaytet's avatar Neil Vaytet
Browse files

Refs #23238 : tracked down the failed OSX build

This was due to the positions or rotation vectors created by the default
Eigen constructor. By default the components of the vecotrs are not initialised.
This can lead to different behaviours on different machines, if one compiler
zeros the values by default and another does not.
We are now making sure everything is initialised with a value in the tests.
parent 4df04c60
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment