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

set previously unset variable

parent e3ae7dec
Branches
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ project_info.mod_file_already_run = false; ...@@ -44,6 +44,7 @@ project_info.mod_file_already_run = false;
project_info.first_obs = 1; project_info.first_obs = 1;
project_info.freq = 2; project_info.freq = 2;
project_info.first_obs_date = dates('1q1'); project_info.first_obs_date = dates('1q1');
project_info.last_obs_date = dates('1q1');
project_info.nobs = ''; project_info.nobs = '';
project_info.data_file = ''; project_info.data_file = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment