-
- Downloads
pac_model: allow diff as argument to growth option
Showing
- src/ComputingTasks.cc 50 additions, 18 deletionssrc/ComputingTasks.cc
- src/ComputingTasks.hh 5 additions, 4 deletionssrc/ComputingTasks.hh
- src/DynamicModel.cc 5 additions, 1 deletionsrc/DynamicModel.cc
- src/DynamicModel.hh 1 addition, 1 deletionsrc/DynamicModel.hh
- src/DynareBison.yy 2 additions, 4 deletionssrc/DynareBison.yy
- src/ModFile.cc 12 additions, 3 deletionssrc/ModFile.cc
- src/ModFile.hh 2 additions, 1 deletionsrc/ModFile.hh
- src/ParsingDriver.cc 22 additions, 19 deletionssrc/ParsingDriver.cc
- src/ParsingDriver.hh 7 additions, 3 deletionssrc/ParsingDriver.hh
Loading
-
@houtanb In this commit you removed the test on options
growth
andsteady_state_growth
. It is important to issue an error ifgrowth
is set equal to a variable and optionsteady_state_growth
is missing. Why did you remove the test? I will do it in Matlab, but I do not understand why it is not done by the preprocessor.
Please register or sign in to comment