Fixed bug.

time-shift
Stéphane Adjemian (Scylla) 2011-04-28 11:59:36 +02:00
parent 44903ea38a
commit 72c2a343b1
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ for i=1:length(k)
if length(m)==1
bayestopt_.p5(k(i)) = m;
else
disp(['Prior distribution for parameter ' bayestopt_.name(k(i)) ' has two modes!'])
disp(['Prior distribution for parameter ' bayestopt_.name{k(i)} ' has two modes!'])
bayestopt_.p5(k(i)) = bayestopt_.p1(k(i)) ;
end
end