Skip to content

Do not collect and store ti_end_max since we never make use of it for anything.

Matthieu Schaller requested to merge no_ti_end_max into master

We collect and store ti_end_max for each particle type but never make use of it. We used to but that is not the case anymore as there is no real gain to be had anywhere.

Do you agree that it's sensible to remove it and hence shave off on the memory of the cells and pcell communications?

Merge request reports