Skip to content
Snippets Groups Projects
Commit d208391c authored by Houtan Bastani's avatar Houtan Bastani
Browse files

undo change introduced in 9556d37f because...

undo change introduced in 9556d37f because this breaks functionality in 0.3.2
parent cf3cdf0d
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ function dynare(modfile) ...@@ -30,7 +30,7 @@ function dynare(modfile)
run(`$preprocessor $modfile language=julia output=dynamic`) run(`$preprocessor $modfile language=julia output=dynamic`)
# Load module created by preprocessor # Load module created by preprocessor
basename = split(modfile, ".mod"; keep=false) basename = split(modfile, ".mod", false)
require(basename[1]) require(basename[1])
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment