Freedom-of-Form-Foundation / anatomy3d

A CAD tool for humanoid anatomy alterations. See the anatomy3d-blender repository for more recent work.
https://freedomofform.org/1856/3d-anatomy-project-scope-phase-1-focus-on-a-limb-joint/
GNU General Public License v2.0
7 stars 5 forks source link

Fix reversed arguments to constructor for ArgumentException #35

Closed AdamNorberg closed 3 years ago

AdamNorberg commented 3 years ago

Tiny bugfix. CubicSpline1D's ArgumentException was in "param name", "message" order, but ArgumentException's arguments go "message", "param name". This should make a yellow squiggly line in my IDE griping about this go away.

Lathreas commented 3 years ago

Huh, good catch!