www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 88bd0478bf8bcf38886034a8aa0f12ec8ad6f77f
parent 3c385a04a63d47602502fd5e098b4a94e819ef62
Author: Yoann <yoann.b87@voila.fr>
Date:   Thu, 19 Jan 2012 16:05:56 +0100

Version sans subdivision de fenĂȘtres.

Diffstat:
Mrules/architecture/mur.cpp | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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);