From 42310f38256f352766e6c585eb723295b4ca30a2 Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Mon, 12 Jul 2010 20:26:35 +0200 Subject: [PATCH] swz: change default to use mex functions --- matlab/swz/sz_prd.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/swz/sz_prd.m b/matlab/swz/sz_prd.m index ebc8e5fbb..ba1633ef3 100644 --- a/matlab/swz/sz_prd.m +++ b/matlab/swz/sz_prd.m @@ -22,7 +22,7 @@ mhm_spec_path=[swz_root '/mhm_specification']; %== Processing control %========================================================================== % 1 to use standalone, 0 to use mex -options_.ms.standalone = 1; +options_.ms.standalone = 0; %========================================================================== %== Output control