From 90c4f834f27d242a7ea68df93d1b2cf633322cb1 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 26 May 2015 12:11:24 +0200 Subject: [PATCH] fix typo introduced in f03839cf129d537f81a65ef8169d8533d1220fc8 --- matlab/dynare_solve_block_or_bytecode.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/matlab/dynare_solve_block_or_bytecode.m b/matlab/dynare_solve_block_or_bytecode.m index 3fc9d7a22..1032d0921 100644 --- a/matlab/dynare_solve_block_or_bytecode.m +++ b/matlab/dynare_solve_block_or_bytecode.m @@ -74,9 +74,8 @@ elseif options.bytecode x(M.block_structure_stat.block(b).variable) = y; else [chk, nulldev, nulldev1, x] = bytecode( x, exo, params, ... - x, 1, x, 'evaluate', ... - 'static', ['block ' ... - '= '] int2str(b)]); + x, 1, x, 'evaluate', 'static', ... + ['block = ' int2str(b)]); if chk info = 1; return