From e95f4d30f622c19c2991d9bc9659efd432eaa511 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtanb@gmail.com>
Date: Thu, 24 Jun 2010 18:39:47 +0200
Subject: [PATCH] Update userguide .mod files: remove extraneous spaces,
 characters and commands from .mod files (cherry picked from commit
 631ef3d0d48b5592d625ffd72f55c2d84cf98311)

---
 doc/userguide/models/Alt_Ex1.mod       | 14 +++-----------
 doc/userguide/models/RBC_Monop_JFV.mod |  2 --
 2 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/doc/userguide/models/Alt_Ex1.mod b/doc/userguide/models/Alt_Ex1.mod
index ebf87c5189..f28e9422bc 100644
--- a/doc/userguide/models/Alt_Ex1.mod
+++ b/doc/userguide/models/Alt_Ex1.mod
@@ -1,13 +1,6 @@
-{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf420
-{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh8400\viewkind0
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\f0\fs24 \cf0 // example 1 from Collard's guide to Dynare
+// example 1 from Collard's guide to Dynare
 var y, c, k, a, h, b;
-varexo e,u;
-
+varexo e, u;
 parameters beta, rho, alpha, delta, theta, psi, tau;
 
 alpha = 0.36;
@@ -47,5 +40,4 @@ var u; stderr 0.009;
 var e, u = phi*0.009*0.009;
 end;
 
-stoch_simul(periods=2100);
-}
\ No newline at end of file
+stoch_simul(periods=2100);
\ No newline at end of file
diff --git a/doc/userguide/models/RBC_Monop_JFV.mod b/doc/userguide/models/RBC_Monop_JFV.mod
index 652de50ecd..916eb9964d 100644
--- a/doc/userguide/models/RBC_Monop_JFV.mod
+++ b/doc/userguide/models/RBC_Monop_JFV.mod
@@ -40,6 +40,4 @@ shocks;
 var e = sigma^2;
 end;
 
-steady;
-
 stoch_simul(periods=2100);
-- 
GitLab