Skip to content

Add missing check

Loic Hausammann requested to merge fix_gear into master

Due to rounding errors, m2 can go over the maximal mass of the IMF and thus try to read outside the IMF array. Here I am forcing m2 to stay within the bounds.

Merge request reports