From ebae08a58560384b02b848fa1b5f4c904dcfd981 Mon Sep 17 00:00:00 2001
From: Michel Juillard <michel@michel-zen>
Date: Thu, 22 Nov 2012 09:49:51 +0100
Subject: [PATCH] wrapped line too long for some versions of ctangle

---
 dynare++/kord/decision_rule.hweb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dynare++/kord/decision_rule.hweb b/dynare++/kord/decision_rule.hweb
index c32a1323a..25cf37031 100644
--- a/dynare++/kord/decision_rule.hweb
+++ b/dynare++/kord/decision_rule.hweb
@@ -350,7 +350,8 @@ rest of the matrix with zeros.
 		i++;
 	}
 
-@ Even clearer. We add the steady state to the numbers computed above and leave the padded columns to zero.
+@ Even clearer. We add the steady state to the numbers computed above
+and leave the padded columns to zero.
 
 @<add the steady state to columns of |res|@>=
 	for (int j = 0; j < i; j++) {
-- 
GitLab