opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
759 stars 308 forks source link

Converting use of property variables to getter method calls in DeGrooteFregly2016Muscle #3836

Open AllisonJohn opened 3 days ago

AllisonJohn commented 3 days ago

Fixes issue #3483

Brief summary of changes

Testing I've completed

Looking for feedback on...

Previously extendFinalizeFromProperties had several checks for the properties before changing the variables. So is it a problem if we are now changing the variables without doing these checks?

CHANGELOG.md (choose one)


This change is Reviewable