From 5f4511ef16d76a4c3e3405b5eebace60a40fcea9 Mon Sep 17 00:00:00 2001 From: michel Date: Wed, 8 Mar 2006 21:16:30 +0000 Subject: [PATCH] v4 tests/arima/mod2.mod: save data to data2.mod git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@665 ac1d8469-bf42-47a9-8791-bf33cf982152 --- tests/arima/mod2.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/arima/mod2.mod b/tests/arima/mod2.mod index c84df1892..c88d6422b 100644 --- a/tests/arima/mod2.mod +++ b/tests/arima/mod2.mod @@ -23,4 +23,4 @@ end; stoch_simul(order=1,periods=1000,irf=0,nomoments); -save data2 dx dy x y; \ No newline at end of file +datatomfile('data2',[]); \ No newline at end of file