Explain subRoutine
in functions calculateDTheta
and calculateTheta
#192
Labels
documentation
Improvements or additions to documentation
Pull request #189 creates two new functions
calculateDTheta
andcalculateTheta
that are used to calculateTheta_*
andDTheta_*
variables. To re-use code, a switch case block is implemented in each function using the variablesubRoutine
. It would be nicer if thissubRoutine
was more explained (what subroutine is for what), and possibly used strings instead of integers to describe the cases.The text was updated successfully, but these errors were encountered: