adding collision test to the pipeline
Compare changes
- Cristian Lalescu authored
Vectorization was wrongly requested for a few symmetrize loops, where different arrays are accessed non-sequentially. For safety, I removed all of them.
This adds the test of collisions and the corresponding particle to particle interaction to the pipeline.
Vectorization was wrongly requested for a few symmetrize loops, where different arrays are accessed non-sequentially. For safety, I removed all of them.