From 96d3cb96faf73cec0f353bb5cd6504018759ca87 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Wed, 19 Feb 2014 08:24:46 +0100 Subject: [PATCH] reporting: rename reporting_object_display.m --- matlab/reports/@graph/display.m | 4 ++-- matlab/reports/@page/display.m | 4 ++-- matlab/reports/@report/display.m | 4 ++-- matlab/reports/@report_series/display.m | 4 ++-- matlab/reports/@report_table/display.m | 4 ++-- matlab/reports/@section/display.m | 4 ++-- matlab/reports/@vspace/display.m | 4 ++-- ...{reporting_object_display.m => display_reporting_object.m} | 0 8 files changed, 14 insertions(+), 14 deletions(-) rename matlab/reports/{reporting_object_display.m => display_reporting_object.m} (100%) diff --git a/matlab/reports/@graph/display.m b/matlab/reports/@graph/display.m index 9ddf4a08a9..02ad369e45 100644 --- a/matlab/reports/@graph/display.m +++ b/matlab/reports/@graph/display.m @@ -11,7 +11,7 @@ function display(o) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2014 Dynare Team % % This file is part of Dynare. % @@ -28,5 +28,5 @@ function display(o) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see <http://www.gnu.org/licenses/>. -reporting_object_display(o); +display_reporting_object(o); end \ No newline at end of file diff --git a/matlab/reports/@page/display.m b/matlab/reports/@page/display.m index ebdcc9e0c0..19595ba5e3 100644 --- a/matlab/reports/@page/display.m +++ b/matlab/reports/@page/display.m @@ -11,7 +11,7 @@ function display(o) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2014 Dynare Team % % This file is part of Dynare. % @@ -28,5 +28,5 @@ function display(o) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see <http://www.gnu.org/licenses/>. -reporting_object_display(o); +display_reporting_object(o); end \ No newline at end of file diff --git a/matlab/reports/@report/display.m b/matlab/reports/@report/display.m index 92fe85a240..1f4a535c53 100644 --- a/matlab/reports/@report/display.m +++ b/matlab/reports/@report/display.m @@ -11,7 +11,7 @@ function display(o) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2014 Dynare Team % % This file is part of Dynare. % @@ -28,5 +28,5 @@ function display(o) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see <http://www.gnu.org/licenses/>. -reporting_object_display(o); +display_reporting_object(o); end \ No newline at end of file diff --git a/matlab/reports/@report_series/display.m b/matlab/reports/@report_series/display.m index 1992b0994c..d4e0ba5e64 100644 --- a/matlab/reports/@report_series/display.m +++ b/matlab/reports/@report_series/display.m @@ -11,7 +11,7 @@ function display(o) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2014 Dynare Team % % This file is part of Dynare. % @@ -28,5 +28,5 @@ function display(o) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see <http://www.gnu.org/licenses/>. -reporting_object_display(o); +display_reporting_object(o); end \ No newline at end of file diff --git a/matlab/reports/@report_table/display.m b/matlab/reports/@report_table/display.m index 14123e503f..f5bcf888c6 100644 --- a/matlab/reports/@report_table/display.m +++ b/matlab/reports/@report_table/display.m @@ -11,7 +11,7 @@ function display(o) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2014 Dynare Team % % This file is part of Dynare. % @@ -28,5 +28,5 @@ function display(o) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see <http://www.gnu.org/licenses/>. -reporting_object_display(o); +display_reporting_object(o); end \ No newline at end of file diff --git a/matlab/reports/@section/display.m b/matlab/reports/@section/display.m index 8729efe66f..476d6a1195 100644 --- a/matlab/reports/@section/display.m +++ b/matlab/reports/@section/display.m @@ -11,7 +11,7 @@ function display(o) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2014 Dynare Team % % This file is part of Dynare. % @@ -28,5 +28,5 @@ function display(o) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see <http://www.gnu.org/licenses/>. -reporting_object_display(o); +display_reporting_object(o); end \ No newline at end of file diff --git a/matlab/reports/@vspace/display.m b/matlab/reports/@vspace/display.m index 9d8e0097c8..9d22a5f41f 100644 --- a/matlab/reports/@vspace/display.m +++ b/matlab/reports/@vspace/display.m @@ -11,7 +11,7 @@ function display(o) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2013 Dynare Team +% Copyright (C) 2013-2014 Dynare Team % % This file is part of Dynare. % @@ -28,5 +28,5 @@ function display(o) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see <http://www.gnu.org/licenses/>. -reporting_object_display(o); +display_reporting_object(o); end \ No newline at end of file diff --git a/matlab/reports/reporting_object_display.m b/matlab/reports/display_reporting_object.m similarity index 100% rename from matlab/reports/reporting_object_display.m rename to matlab/reports/display_reporting_object.m -- GitLab