fixed unknown options warning messages

time-shift
Marco Ratto 2016-05-14 14:16:12 +02:00 committed by Johannes Pfeifer
parent 088db78118
commit e5ab7ed992
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,7 @@ if init,
options_.use_mh_covariance_matrix = options_list{i,2};
otherwise
warning(['imh_sampler: Unknown option (' options_list{i,1} ')!'])
warning(['rwmh_sampler: Unknown option (' options_list{i,1} ')!'])
end
end
end
@ -134,6 +134,7 @@ if init,
end
otherwise
warning(['tarb_sampler: Unknown option (' options_list{i,1} ')!'])
end