From 401693a16ddcd5e9e6f8f04fe3fdea64501f1af2 Mon Sep 17 00:00:00 2001
From: Jacob Smith <jake@laptop.(none)>
Date: Thu, 15 Apr 2010 02:08:57 -0400
Subject: [PATCH] Uncommented NEWVERSIONofDW_SWITCH

---
 CFiles/tzmatlab.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CFiles/tzmatlab.h b/CFiles/tzmatlab.h
index 0d2449a..b319d35 100644
--- a/CFiles/tzmatlab.h
+++ b/CFiles/tzmatlab.h
@@ -66,7 +66,7 @@
 #define USE_MKL_LIBRARY
 /*******************************************************************************/
 
-// #define NEWVERSIONofDW_SWITCH //If defined, using DW's new switch program (implemented in 2008),
+#define NEWVERSIONofDW_SWITCH //If defined, using DW's new switch program (implemented in 2008),
                                 //  which may be incompatible with previous programs, such as ...\SargentWZ2\EstProbModel\EstimationJuly07USED
                                 //If undef, using the old, working switch program for, say,  ...\SargentWZ2\EstProbModel\EstimationJuly07USED.
                                 //Files that are affected are: cstz.c, kalman.c, optpackage.c,
-- 
GitLab