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
Dóra Kocsis
dynare
Commits
6beb4e3f
Commit
6beb4e3f
authored
Aug 30, 2012
by
Marco Ratto
Browse files
small bug fix
parent
e8f159f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/metropolis_hastings_initialization.m
View file @
6beb4e3f
...
...
@@ -169,7 +169,7 @@ if ~options_.load_mh_file && ~options_.mh_recover
%% Creation of the mh-history file:
%%
file
=
dir
([
MhDirectoryName
'/'
ModelName
'_mh_history.mat'
]);
if
length
(
file
s
)
if
length
(
file
)
delete
([
MhDirectoryName
'/'
ModelName
'_mh_history.mat'
]);
disp
(
'MH: Old mh_history file successfully erased!'
)
end
...
...
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