Julia: update dependencies of Static/Dynamic modules

Ref. DynareJulia/Dynare.jl#1
issue#70
Sébastien Villemot 2021-04-19 17:02:05 +02:00
parent c2d47fb48e
commit 1f17528383
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 4 additions and 2 deletions

View File

@ -2139,7 +2139,8 @@ DynamicModel::writeDynamicModel(const string &basename, ostream &DynamicOutput,
<< "# NB: this file was automatically generated by Dynare" << endl
<< "# from " << basename << ".mod" << endl
<< "#" << endl
<< "using Utils" << endl << endl
<< "using Dynare: get_power_deriv" << endl
<< "using StatFuns" << endl << endl
<< "export tmp_nbr, dynamic!, dynamicResid!, dynamicG1!, dynamicG2!, dynamicG3!" << endl << endl
<< "#=" << endl
<< "# The comments below apply to all functions contained in this module #" << endl

View File

@ -1483,7 +1483,8 @@ StaticModel::writeStaticModel(const string &basename,
<< "# NB: this file was automatically generated by Dynare" << endl
<< "# from " << basename << ".mod" << endl
<< "#" << endl
<< "using Utils" << endl << endl
<< "using Dynare: get_power_deriv" << endl
<< "using StatFuns" << endl << endl
<< "export tmp_nbr, static!, staticResid!, staticG1!, staticG2!, staticG3!" << endl << endl
<< "#=" << endl
<< "# The comments below apply to all functions contained in this module #" << endl