Skip to content
Snippets Groups Projects
Select Git revision
0 results

storeGlobalVars.m

Forked from Dynare / dynare
Source project has a limited visibility.
  • Willi Mutschler's avatar
    5f1ae3bb
    :bug: Fix bugs in parallel toolbox introduced in 47af0c · 5f1ae3bb
    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}.
    5f1ae3bb
    History
    :bug: Fix bugs in parallel toolbox introduced in 47af0c
    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}.