Skip to content

Fix order of initialized seeds to match output format

Sudhanshu Sane requested to merge ssane/vtk-m:lagrangian_bugfix into master

The seeds need to be initialized with x growing fastest in order to match the output format order. Without this fix, the extracted output appears rotated.

Merge request reports