From b01867c47e2f9dbefff185a853e276caefd5b4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Sat, 17 Oct 2015 17:40:25 +0200 Subject: [PATCH] Bug fix. Closes issue #1094. --- matlab/set_prior.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/matlab/set_prior.m b/matlab/set_prior.m index 16e27f3f3..f94b25962 100644 --- a/matlab/set_prior.m +++ b/matlab/set_prior.m @@ -309,7 +309,4 @@ end % initialize persistent variables in priordens() priordens(xparam1,bayestopt_.pshape,bayestopt_.p6,bayestopt_.p7, ... - bayestopt_.p3,bayestopt_.p4,1); - -% Put bayestopt_ in matlab's workspace -assignin('base','bayestopt_',bayestopt_); \ No newline at end of file + bayestopt_.p3,bayestopt_.p4,1); \ No newline at end of file