cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
16 stars 21 forks source link

Analyser/Generator: replace `if...else` statements with `switch` ones wherever possible #1134

Closed agarny closed 1 year ago

agarny commented 1 year ago

As part of #1079, we should really have replaced our if...else statements with switch ones wherever possible.