From 0ebaf6daa7b3d670c180b37acdb837f9178bee32 Mon Sep 17 00:00:00 2001
From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Wed, 1 Mar 2006 20:23:52 +0000
Subject: [PATCH] v3 metropolis.m: removed ~~

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v3@639 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 matlab/dynare_m.exe | Bin 728110 -> 728110 bytes
 matlab/metropolis.m |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/dynare_m.exe b/matlab/dynare_m.exe
index 331fce85606deb7c89c68e0e10d20fb91f6c7277..4cf971d0f19e261b0c998b8f27abe380c6479f4c 100644
GIT binary patch
delta 95
zcmZ3tLucI%oe3Q*{VA+26MKA^k^(l~+H#E1v$_9xd;f99_Wt8c?fu7@xAz}s`F~e%
zF2f=QU515VIGbS+!<_B&m$G{PVB%tEe>In_{ncFd_E&Q`+F#A(-2Q4VmrET0>~ktI

delta 95
zcmZ3tLucI%oe3Q*F$ZosPweqwQoXwI)|O+8Zq5D2+xw3*w)Y=rYVSYJyuJT8%m2HA
zvl$jK=rSw>!#NC#80K!Dzm(PU2a~>L`>VNZ?XTvtx4)Xp(f(>K=k`}~xm@Z1TFNWI

diff --git a/matlab/metropolis.m b/matlab/metropolis.m
index 74076a5bf..ef047a76a 100644
--- a/matlab/metropolis.m
+++ b/matlab/metropolis.m
@@ -3086,7 +3086,7 @@ function metropolis(xparam1,vv,gend,data,rawdata,mh_bounds)
 	  end
 	  title(name,'Interpreter','none')
 	end
-	if ~~isempty(dsge_prior_weight)
+	if isempty(dsge_prior_weight)
 	  eval(['print -depsc2 ' fname_ '_Bayesian_IRFdsge_' deblank(tit(i,:)) int2str(nbplt)]);
 	  eval(['print -dpdf ' fname_  '_Bayesian_IRFdsge_' deblank(tit(i,:)) int2str(nbplt)]);
 	  saveas(hh,[fname_  '_Bayesian_IRFdsge_' deblank(tit(i,:)) int2str(nbplt) '.fig']);
-- 
GitLab