From 027dd7663dc313f5ab0a3dc7278729f2b38dc3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemia=20=28Scylla=29?= <stepan@dynare.org> Date: Wed, 23 Jan 2019 16:03:48 +0100 Subject: [PATCH] Updated README and fixed headers. --- README.md | 2 +- src/@dseries/initialize.m | 2 +- src/@dseries/subsref.m | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 923427b..3b63ee4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ or downloading a zip archive: Add the `dseries/src` folder to the Matlab/Octave path, and run the following command (on Matlab/Octave) prompt: - >> dseries.initialize() + >> dseries().initialize() which, depending on your system, will add the necessary subfolders to the Matlab/Octave path. Also, if diff --git a/src/@dseries/initialize.m b/src/@dseries/initialize.m index 51b3f26..b7778d1 100644 --- a/src/@dseries/initialize.m +++ b/src/@dseries/initialize.m @@ -1,6 +1,6 @@ function initialize(fake) -% Copyright (C) 2015-2018 Dynare Team +% Copyright (C) 2015-2019 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 diff --git a/src/@dseries/subsref.m b/src/@dseries/subsref.m index 61e9d6e..901710b 100644 --- a/src/@dseries/subsref.m +++ b/src/@dseries/subsref.m @@ -15,7 +15,7 @@ function r = subsref(o, S) % --*-- Unitary tests --*-- % by applying a public method on `o`, or a dseries object built by extracting % a variable from `o`, or a dseries object containing a subsample. -% Copyright (C) 2011-2018 Dynare Team +% Copyright (C) 2011-2019 Dynare Team % % This file is part of Dynare. % -- GitLab