put get_power_deriv inside Julia module
I added the get_power_deriv function at the end of Dynamic and Static Julia modules to remove the dependency of these modules upon the Dynare module
Merge request reports
Activity
Please factorize the writing of the
get_power_deriv()
function, by creating a method similar toDataTree::writePowerDeriv()
.Also note that
nearbyint()
is currently defined only in the dynamic case (but the factorization will automatically fix this).Edited by Sébastien Villemotmentioned in commit 20c27e99
Please register or sign in to reply