header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1735 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-03-03 11:16:47 +00:00
parent c1c9b5f44c
commit 59b663dfbe
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
function formdata(fname,date)
% function formdata(fname,date)
% store endogenous and exogenous variables in a "FRM" TROLL text format file
% INPUT
@ -11,8 +12,9 @@ function formdata(fname,date)
% SPECIAL REQUIREMENT
% none
%
% part of DYNARE, copyright (2007)
% part of DYNARE, copyright (2007-2008)
% Gnu Public License.
global M_ oo_
fid = fopen([fname '_endo.frm'],'w');
n=size(oo_.endo_simul,1);