Skip to content
Snippets Groups Projects
Verified Commit 4c0d57e2 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

arima constructor: remove spurious display

parent 62b61f23
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment