Julia: fix typo in StatsFuns package name

Ref. DynareJulia/Dynare.jl#1
issue#70
Sébastien Villemot 2021-04-22 15:47:43 +02:00
parent 0213c9be73
commit 81b1d02748
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 2 additions and 2 deletions

View File

@ -2140,7 +2140,7 @@ DynamicModel::writeDynamicModel(const string &basename, ostream &DynamicOutput,
<< "# from " << basename << ".mod" << endl
<< "#" << endl
<< "using Dynare: get_power_deriv" << endl
<< "using StatFuns" << endl << endl
<< "using StatsFuns" << 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

@ -1484,7 +1484,7 @@ StaticModel::writeStaticModel(const string &basename,
<< "# from " << basename << ".mod" << endl
<< "#" << endl
<< "using Dynare: get_power_deriv" << endl
<< "using StatFuns" << endl << endl
<< "using StatsFuns" << 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