From 7bdc6de48161703caf91cda317265afb616f63f7 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 11 Aug 2015 14:32:38 +0200 Subject: [PATCH] Cosmetic improvements in *_mh_history_file --- matlab/update_last_mh_history_file.m | 9 ++++++++- matlab/write_mh_history_file.m | 10 +++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/matlab/update_last_mh_history_file.m b/matlab/update_last_mh_history_file.m index 014e686a6..d0c4e9ca5 100644 --- a/matlab/update_last_mh_history_file.m +++ b/matlab/update_last_mh_history_file.m @@ -1,6 +1,13 @@ function update_last_mh_history_file(MetropolisFolder, ModelName, record) +% function update_last_mh_history_file(MetropolisFolder, ModelName, record) +% Updates the mh_history_file +% Inputs: +% MetropolisFolder [char] Name of the metropolis subfolder +% ModelName [char] Name of the mod-file +% record [structure] structure storing the MH history +% Outputs: none -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2015 Dynare Team % % This file is part of Dynare. % diff --git a/matlab/write_mh_history_file.m b/matlab/write_mh_history_file.m index 9fe85ab92..00984c26c 100644 --- a/matlab/write_mh_history_file.m +++ b/matlab/write_mh_history_file.m @@ -1,6 +1,14 @@ function i = write_mh_history_file(MetropolisFolder, ModelName, record) +% function i = write_mh_history_file(MetropolisFolder, ModelName, record) +% Writes a mh_history_file to the harddisk +% Inputs: +% MetropolisFolder [char] Name of the metropolis subfolder +% ModelName [char] Name of the mod-file +% record [structure] structure storing the MH history +% Outputs: +% i [scalar] number of the mh_history file -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2015 Dynare Team % % This file is part of Dynare. %