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');