o-murphy / py-ballisticcalc

LGPL library for small arms ballistic calculations based on point-mass (3 DoF) plus spin drift.
https://pypi.org/project/py-ballisticcalc
GNU Lesser General Public License v3.0
21 stars 8 forks source link

Fix Complex Example typo #79

Closed larmbuster closed 3 months ago

larmbuster commented 3 months ago

Fixes a minor typo in the "Complex Example" code example by changing temperature=Unit.CELSIUS(5) to temperature=Unit.Celsius(5).

With the change the code now works as expected.