remove module in Julia files
1 open thread
1 open thread
There was still 3 Julia files written with module
Merge request reports
Activity
assigned to @sebastien
959 959 << "end" << endl; 960 960 } 961 961 else 962 paramsDerivsFile << "module " << basename << "DynamicParamsDerivs" << endl 963 << "#" << endl 964 << "# NB: this file was automatically generated by Dynare" << endl 962 paramsDerivsFile << "# NB: this file was automatically generated by Dynare" << endl 965 963 << "# from " << basename << ".mod" << endl 966 964 << "#" << endl 967 << "export params_derivs" << endl << endl 968 << "function params_derivs(y, x, paramssteady_state, it_, " 965 << "function params_derivs(y, x, paramssteady_state, " I think it is incorrect to remove
it_
from the input parameters. For the time being, those files are still using the old interface, which means thatx
is a matrix and thatit_
is required. We could of course move to the new (so-called sparse) interface, but this requires other changes that are not in this MR.changed this line in version 2 of the diff
added 1 commit
- e9364c10 - add it_ input parameter back + distinguish params_derivs functions
mentioned in commit 6ecb6025
Please register or sign in to reply