From 97da74a135dae3423ebe14c459acab2ccb0e7887 Mon Sep 17 00:00:00 2001
From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Wed, 20 Feb 2008 19:45:34 +0000
Subject: [PATCH] v4: datatomfile.m: header correction

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1718 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 matlab/datatomfile.m | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/matlab/datatomfile.m b/matlab/datatomfile.m
index b2bf6718e5..34af50e8f1 100644
--- a/matlab/datatomfile.m
+++ b/matlab/datatomfile.m
@@ -3,10 +3,9 @@ function datatomfile (s,var_list)
 % function datatomfile (s,var_list)
 % This optional command saves the simulation results in a text file. The name of each
 % variable preceeds the corresponding results. This command must follow SIMUL.
-% DYNATYPE :	DYNATYPE ( [ 'filename' ] )
-%
+% 
 % INPUTS
-%    s:              matrix of endogenous variables values
+%    s:              data file name
 %    var_list:       vector of selected endogenous variables
 %
 % OUTPUTS
-- 
GitLab