Skip to content

fixed NewtonMethod parameters in ini files in exercises

Michal Tóth requested to merge course2021/inifix into layout-2021

NewtonMethod uses CamelCase for parameters and parses them automatically. Older approach used snake_case and loaded parameters in driver. ini-files remained unchanged and are fixed now.

Merge request reports