From 3a10b47a79967d399fa4b34d5868074899169e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Mon, 17 Jun 2013 17:15:35 +0200 Subject: [PATCH] Reverted Ferhat's commit 895c8d5348c1a88b1ff130d4aead5d95be3e4f0b. --- matlab/@dynSeries/plus.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/@dynSeries/plus.m b/matlab/@dynSeries/plus.m index dd0e1037f7..b377da3f83 100644 --- a/matlab/@dynSeries/plus.m +++ b/matlab/@dynSeries/plus.m @@ -40,7 +40,7 @@ function A = plus(B,C) % along with Dynare. If not, see <http://www.gnu.org/licenses/>. % AUTHOR(S) stephane DOT adjemian AT univ DASH lemans DOT fr -[B, C] = align(B, C); +%[B, C] = align(B, C); if ~isequal(B.vobs,C.vobs) && ~(isequal(B.vobs,1) || isequal(C.vobs,1)) error(['dynSeries::plus: Cannot add ' inputname(1) ' and ' inputname(2) ' (wrong number of variables)!']) else -- GitLab