Select Git revision
storeGlobalVars.m
Forked from
Dynare / dynare
Source project has a limited visibility.
-
Willi Mutschler authored
1. 'fGlobalVar' was misspelled 2. Removing the eval crashes the parallel option as global variables are not passed correctly. Because it originally was an assignment where the variable named options_ was assigned to fGlobalVar.options_, but after 47af0cdewe only assign the string 'options_' stored in GlobalNames{j}.
Willi Mutschler authored1. 'fGlobalVar' was misspelled 2. Removing the eval crashes the parallel option as global variables are not passed correctly. Because it originally was an assignment where the variable named options_ was assigned to fGlobalVar.options_, but after 47af0cdewe only assign the string 'options_' stored in GlobalNames{j}.