Skip to content
Snippets Groups Projects
Commit c864d9fa authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Fix histvalf.m for steady state files

In this case, ex0_ is required, but it was not set global, leading to crashes
parent ba7087ca
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ function histvalf(fname) ...@@ -17,7 +17,7 @@ function histvalf(fname)
% You should have received a copy of the GNU General Public License % You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>. % along with Dynare. If not, see <http://www.gnu.org/licenses/>.
global M_ oo_ global M_ oo_ ex0_
if ~exist(fname) if ~exist(fname)
error(['Can''t find datafile: ' fname ]); error(['Can''t find datafile: ' fname ]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment