-
- Downloads
Closes #1057.
Use a static file with a list of routines to cleared before each run (because they have persistent variables).This static file (the script matlab/list_of_functions_to_be_cleared.m) is distributed with Dynare and needs to be updated for each release (or each time we add/remove persistent variables). To update the file just do: >> clear_persistent_variables(DYNARE_MATLAB_PATH, true) and add/commit the generated file.
Showing
- matlab/cellofchar2mfile.m 63 additions, 0 deletionsmatlab/cellofchar2mfile.m
- matlab/clear_persistent_variables.m 34 additions, 27 deletionsmatlab/clear_persistent_variables.m
- matlab/list_of_functions_to_be_cleared.m 1 addition, 0 deletionsmatlab/list_of_functions_to_be_cleared.m
- matlab/writecellofchar.m 63 additions, 0 deletionsmatlab/writecellofchar.m
- matlab/writematrixofchar.m 48 additions, 0 deletionsmatlab/writematrixofchar.m
- preprocessor/ModFile.cc 1 addition, 1 deletionpreprocessor/ModFile.cc
Loading
Please register or sign in to comment