core: fix next time computation in kernel
Models can return too little time advance double therefore the sum `time + ta == time` with `time > 0.` can occured. Using std::nextafter fix the problem.
Please register or sign in to comment
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Models can return too little time advance double therefore the sum `time + ta == time` with `time > 0.` can occured. Using std::nextafter fix the problem.