From f8f843497708904a35e60df654080eee237d25b0 Mon Sep 17 00:00:00 2001 From: ratto Date: Fri, 15 Jan 2010 10:02:22 +0000 Subject: [PATCH] removed useless comments git-svn-id: https://www.dynare.org/svn/dynare/trunk@3364 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/independent_metropolis_hastings.m | 2 +- matlab/random_walk_metropolis_hastings.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/independent_metropolis_hastings.m b/matlab/independent_metropolis_hastings.m index 9137d9fbd..05fa09579 100644 --- a/matlab/independent_metropolis_hastings.m +++ b/matlab/independent_metropolis_hastings.m @@ -70,7 +70,7 @@ localVars.varargin=varargin; % tic, -if isnumeric(options_.parallel),% | isunix, % for the moment exclude unix platform from parallel implementation +if isnumeric(options_.parallel), fout = independent_metropolis_hastings_core(localVars, fblck, nblck, 0); record = fout.record; diff --git a/matlab/random_walk_metropolis_hastings.m b/matlab/random_walk_metropolis_hastings.m index c03d22051..e566f9c10 100644 --- a/matlab/random_walk_metropolis_hastings.m +++ b/matlab/random_walk_metropolis_hastings.m @@ -69,7 +69,7 @@ localVars.varargin=varargin; % tic, -if isnumeric(options_.parallel),% | isunix, % for the moment exclude unix platform from parallel implementation +if isnumeric(options_.parallel), fout = random_walk_metropolis_hastings_core(localVars, fblck, nblck, 0); record = fout.record;