jenner / LstGen

Code-Generator für die Lohnsteuerberechnung aus PAP XML
MIT License
47 stars 16 forks source link

Golang calculator fails when using SetFactor #17

Closed knipknap closed 4 years ago

knipknap commented 4 years ago

SetFactor would fail the calculator due to int64/float64 mismatch. This pull request fixes the issue.