Skip to content

Sink Homogeneous box IC : Give the correct velocity array size

Darwin requested to merge darwin/fix_homogeneousbox_IC into master

The velocity array was only 1D instead of the correct 3D size. It worked without MPI but not with MPI. Now, MPI hdf5 can read the ICs without crashing.

Merge request reports