Skip to content
Snippets Groups Projects

remove module in Julia files

Merged
MichelJuillardrequested to merge
nomodule into master
1 open thread

There was still 3 Julia files written with module

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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, "
  • added 1 commit

    • e9364c10 - add it_ input parameter back + distinguish params_derivs functions

    Compare with previous version

  • mentioned in commit 6ecb6025

  • Please register or sign in to reply
    Loading