From e7bf8022f7a674c61741e01f3db814e713a579f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie-Minerve=20Lou=C3=ABrat?= Date: Thu, 9 Jul 2020 17:05:57 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20r=C3=A8gles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oroshi/python/dtr.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oroshi/python/dtr.py b/oroshi/python/dtr.py index 4296b15a..5d799c2a 100644 --- a/oroshi/python/dtr.py +++ b/oroshi/python/dtr.py @@ -5,7 +5,9 @@ from helpers import trace class Rules ( object ): - ruleSet = [ 'minSpacing_nWell' + ruleSet = [ 'minWidth_nWell' + , 'minSpacing_nWell' + , 'minEnclosure_nWell_active' , 'minWidth_pImplant' , 'minSpacing_pImplant' , 'minSpacing_rpolyh_pImplant'