From 4c0d57e216b23d3ad6d4879f5e0938f2f1238550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 3 Jan 2022 16:06:53 +0100 Subject: [PATCH] arima constructor: remove spurious display --- src/@arima/arima.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/@arima/arima.m b/src/@arima/arima.m index dc6dd5d..7cb4414 100644 --- a/src/@arima/arima.m +++ b/src/@arima/arima.m @@ -2,7 +2,7 @@ classdef arima<handle % --*-- Unitary tests --*-- % Class for ARIMA models (interface to X13). -% Copyright (C) 2017 Dynare Team +% Copyright (C) 2017-2022 Dynare Team % % This code is free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -48,7 +48,6 @@ methods % % OUPUTS % - o [arima] ARIMA model object. - nargin switch nargin case 0 % Return empty object. -- GitLab