mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- since direct streaming of particles is only ever used internally and never for disk I/O (which is collated by property), mixed precision will never occur when constructing a particle from a stream. Due to padding issues, the previous code would have been faulty anyhow. Thus remove that code and replace with a simple sanity check.