From b8661d56adf02a6dd84a70504c304f840f7630c6 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan.bastani@ens.fr> Date: Fri, 8 Jun 2012 14:46:44 +0200 Subject: [PATCH] add parens to function names --- matlab/gsa/read_data.m | 2 +- matlab/make_ex_.m | 2 +- matlab/make_y_.m | 2 +- matlab/read_data_.m | 2 +- matlab/sim1.m | 2 +- matlab/sim1_lbj.m | 2 +- matlab/sim1_purely_backward.m | 2 +- matlab/sim1_purely_forward.m | 2 +- matlab/simul.m | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/matlab/gsa/read_data.m b/matlab/gsa/read_data.m index a6f4054357..c5851c0be9 100644 --- a/matlab/gsa/read_data.m +++ b/matlab/gsa/read_data.m @@ -1,4 +1,4 @@ -function [gend, data] = read_data +function [gend, data] = read_data() % Written by Marco Ratto % Joint Research Centre, The European Commission, % (http://eemc.jrc.ec.europa.eu/), diff --git a/matlab/make_ex_.m b/matlab/make_ex_.m index 7aea8071ee..2aaebf5379 100644 --- a/matlab/make_ex_.m +++ b/matlab/make_ex_.m @@ -1,4 +1,4 @@ -function make_ex_ +function make_ex_() % forms oo_.exo_simul and oo_.exo_det_simul % % INPUTS diff --git a/matlab/make_y_.m b/matlab/make_y_.m index 914f37d346..45341c0312 100644 --- a/matlab/make_y_.m +++ b/matlab/make_y_.m @@ -1,4 +1,4 @@ -function make_y_ +function make_y_() % function make_y_ % forms oo_.endo_simul as guess values for deterministic simulations % diff --git a/matlab/read_data_.m b/matlab/read_data_.m index db520b2971..0307c3731d 100644 --- a/matlab/read_data_.m +++ b/matlab/read_data_.m @@ -1,4 +1,4 @@ -function read_data_ +function read_data_() % function read_data_ % reads endogenous and exogenous variables from a text file % Used by datafile option in simulate diff --git a/matlab/sim1.m b/matlab/sim1.m index d88a663412..31cebe318f 100644 --- a/matlab/sim1.m +++ b/matlab/sim1.m @@ -1,4 +1,4 @@ -function sim1 +function sim1() % function sim1 % Performs deterministic simulations with lead or lag on one period. % Uses sparse matrices. diff --git a/matlab/sim1_lbj.m b/matlab/sim1_lbj.m index 57184583a8..a618dd1708 100644 --- a/matlab/sim1_lbj.m +++ b/matlab/sim1_lbj.m @@ -1,4 +1,4 @@ -function sim1_lbj +function sim1_lbj() % function sim1_lbj % performs deterministic simulations with lead or lag on one period % using the historical LBJ algorithm diff --git a/matlab/sim1_purely_backward.m b/matlab/sim1_purely_backward.m index 10479372d9..b432c4789f 100644 --- a/matlab/sim1_purely_backward.m +++ b/matlab/sim1_purely_backward.m @@ -1,4 +1,4 @@ -function sim1_purely_backward +function sim1_purely_backward() % Performs deterministic simulation of a purely backward model % Copyright (C) 2012 Dynare Team diff --git a/matlab/sim1_purely_forward.m b/matlab/sim1_purely_forward.m index 1ec31f2cb9..65a874b505 100644 --- a/matlab/sim1_purely_forward.m +++ b/matlab/sim1_purely_forward.m @@ -1,4 +1,4 @@ -function sim1_purely_forward +function sim1_purely_forward() % Performs deterministic simulation of a purely forward model % Copyright (C) 2012 Dynare Team diff --git a/matlab/simul.m b/matlab/simul.m index cf96981e7b..a34c0925e5 100644 --- a/matlab/simul.m +++ b/matlab/simul.m @@ -1,4 +1,4 @@ -function simul +function simul() % Computes deterministic simulations % % INPUTS -- GitLab