Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

preprocessor

Forked from Dynare / preprocessor
Loading
Houtan Bastani's avatar
Houtan Bastani authored
Before this commit, a dynare call such as
```
dynare <<mod file>> -Db=“A” -Da=@{b}
```
would not expand the value of `b` in `a` whereas
```
dynare <<mod file>> -Da=“A” -Db=@{a}
```
would expand the value of `a` into `b` because the arguments were stored in a map which printed the `@#define` statements in the .mod file in alphabetic order.
2a9c4b23
History
Name Last commit Last update