Skip to content

Fixed Hdf5 for visualising homogeneous1d data

Hui Xu requested to merge fix/hdf5 into master

There was a type cast from a double to an integer which meant that if Lz < 1.0 it would set Lz=0.0. This MR now means Hdf5 works of visualising homogeneous1d data.

Closes #98 (closed)

Edited by Spencer Sherwin

Merge request reports