-
- Downloads

Fix bugs in parallel toolbox introduced in #47af0c

1. 'fGlobalVar' was misspelled 2. Removing the eval crashes the parallel option as global variables are not passed correctly. For instance in dyn_waitbar_close there is `global options_`, but this was not recognized leading to an error because options_.console_mode could not be accessed leading to a Dot indexing is not supported for variables of this type error.
Please register or sign in to comment