Skip to content
Snippets Groups Projects
Verified Commit 09bd6e85 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

establish GUI globals upon window open

parent 4966f2fb
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,8 @@ function varargout = dynare_gui(varargin)
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
evalin('base', 'global dynare_gui_ project_info model_settings');
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', 1, ...
'gui_OpeningFcn', @dynare_gui_OpeningFcn, ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment