From ac0c0a935e72873176ba6fd000392880a7644c46 Mon Sep 17 00:00:00 2001 From: Marco Ratto Date: Fri, 17 Dec 2010 09:22:12 +0100 Subject: [PATCH] Cosmethics --- matlab/random_walk_metropolis_hastings.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/random_walk_metropolis_hastings.m b/matlab/random_walk_metropolis_hastings.m index 934addc39..e6cf1d7f0 100644 --- a/matlab/random_walk_metropolis_hastings.m +++ b/matlab/random_walk_metropolis_hastings.m @@ -66,7 +66,7 @@ load([MhDirectoryName '/' ModelName '_mh_history.mat'],'record'); % Only for test parallel results!!! -% To check the equivalence between parallel and seria computation! +% To check the equivalence between parallel and serial computation! % First run in serial mode, and then comment the follow line. % save('recordSerial.mat','-struct', 'record');