diff --git a/matlab/reports/@graph/display.m b/matlab/reports/@graph/display.m index 9ddf4a08a9c9903dc3f62fec94dddee162f908c3..02ad369e4539678585dab9be8af1a511ed0bb123 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 ebdcc9e0c03390b6464617eb35ce0cde2f82ce5a..19595ba5e30da89e430ce3e9e78357c167715250 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 92fe85a24026557952c5cab78db5f08615e395ba..1f4a535c53278602edd8893d04195702f90830f0 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 1992b0994c92ea0ce98e423248b03bf36358ae2d..d4e0ba5e64d8460fb4da89d862d7a21a2c98463d 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 14123e503fdd78a12df1024c1888b6dc760ce4c2..f5bcf888c677f66e17889b6931554bb58a21fdef 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 8729efe66f892129301c85000e024c818a11b9a7..476d6a1195d2ed23c49d577e854459cde35a639a 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 9d8e0097c8253dad048610a6385dc18e42ed5a0f..9d22a5f41ffb73dab606455c2f0c01e902e53852 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