From 8434b014571b6ef0734a266efa9eb87e507e8324 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 19 Mar 2018 14:16:05 +0100 Subject: [PATCH] Add missing 'anabatic.routingGauge' parameter for scn6m_deep. --- crlcore/etc/180/scn6m_deep_09/kite.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/crlcore/etc/180/scn6m_deep_09/kite.conf b/crlcore/etc/180/scn6m_deep_09/kite.conf index e177382f..26644c7b 100644 --- a/crlcore/etc/180/scn6m_deep_09/kite.conf +++ b/crlcore/etc/180/scn6m_deep_09/kite.conf @@ -22,6 +22,7 @@ parametersTable = \ , ("kite.globalRipupLimit" ,TypeInt ,5 , { 'min':1 } ) , ("kite.longGlobalRipupLimit" ,TypeInt ,5 , { 'min':1 } ) # Anabatic parameters are temporarily hosted here. + , ("anabatic.routingGauge" ,TypeString ,'msxlib' ) , ("anabatic.edgeLength" ,TypeInt ,24 ) , ("anabatic.edgeWidth" ,TypeInt ,4 ) , ("anabatic.edgeCostH" ,TypeDouble ,9.0 )