add parens to function names

time-shift
Houtan Bastani 2012-06-08 14:46:44 +02:00
parent 47808a0eb7
commit b8661d56ad
9 changed files with 9 additions and 9 deletions

View File

@ -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/),

View File

@ -1,4 +1,4 @@
function make_ex_
function make_ex_()
% forms oo_.exo_simul and oo_.exo_det_simul
%
% INPUTS

View File

@ -1,4 +1,4 @@
function make_y_
function make_y_()
% function make_y_
% forms oo_.endo_simul as guess values for deterministic simulations
%

View File

@ -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

View File

@ -1,4 +1,4 @@
function sim1
function sim1()
% function sim1
% Performs deterministic simulations with lead or lag on one period.
% Uses sparse matrices.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
function simul
function simul()
% Computes deterministic simulations
%
% INPUTS