SiLeBAT / FSK-Lab

FSK Lab
https://foodrisklabs.bfr.bund.de/fsk-lab/
GNU General Public License v3.0
2 stars 4 forks source link

fixes forced rounding in Simulation Configurator node (target 4.5) #1009

Closed schuelet closed 2 years ago

schuelet commented 2 years ago

when parameter has min and max values, new values are now no longer rounded to initial value when the user chooses to increase precision. Example: value = 0.4 -> User changes value to 0.04 -> Value is no longer rounded to 0.0 (like before). This fix is made for the development branch (target platform 4.5).