Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MichelJuillard
dynare
Commits
c864d9fa
Commit
c864d9fa
authored
Jun 07, 2015
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/histvalf.m
View file @
c864d9fa
...
...
@@ -17,7 +17,7 @@ function histvalf(fname)
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
global
M_
oo_
global
M_
oo_
ex0_
if
~
exist
(
fname
)
error
([
'Can
''
t find datafile: '
fname
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment