From 88bd0478bf8bcf38886034a8aa0f12ec8ad6f77f Mon Sep 17 00:00:00 2001 From: Yoann Date: Thu, 19 Jan 2012 16:05:56 +0100 Subject: [PATCH] =?UTF-8?q?Version=20sans=20subdivision=20de=20fen=C3=AAtr?= =?UTF-8?q?es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rules/architecture/mur.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/architecture/mur.cpp b/rules/architecture/mur.cpp index 89f98ed..e52c6b3 100644 --- a/rules/architecture/mur.cpp +++ b/rules/architecture/mur.cpp @@ -28,7 +28,8 @@ bool MurQuad::split() { float length = c.maxLengthNS(); - if(length > 660) { + //if(length > 660) { + if(false) { Quad qa = c.insetOpp(W,length/2); Quad qb = c.insetOpp(E,length-(length/2)); Quad qah = ch.insetOpp(W,length/2);