Skip to content

Store h_max values as floats in the `struct cell`, as the h values themselves are also just `float`s.

Pedro Gonnet requested to merge h_max_should_be_float into master

This should shave 12 bytes off of struct cell.

Edited by Pedro Gonnet

Merge request reports