From 476608ceb20ec63254d27686187651958414575d Mon Sep 17 00:00:00 2001
From: Jean-Manuel Caba <alliance-users@asim.lip6.fr>
Date: Fri, 3 Sep 2010 12:57:14 +0000
Subject: [PATCH] small compile error left, and commit before fucking the code
 in all the positions ...

---
 crlcore/src/ccore/openaccess/OpenAccessDriver.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crlcore/src/ccore/openaccess/OpenAccessDriver.cpp b/crlcore/src/ccore/openaccess/OpenAccessDriver.cpp
index 798954dd..066c2dcf 100644
--- a/crlcore/src/ccore/openaccess/OpenAccessDriver.cpp
+++ b/crlcore/src/ccore/openaccess/OpenAccessDriver.cpp
@@ -1,5 +1,5 @@
 // -*-compile-command:"cd ../../../../.. && make"-*-
-// Time-stamp: "2010-08-24 13:35:19" - OpenAccessDriver.cpp
+// Time-stamp: "2010-08-26 17:35:32" - OpenAccessDriver.cpp
 // x-----------------------------------------------------------------x
 // |  This file is part of the hurricaneAMS Software.                |
 // |  Copyright (c) UPMC/LIP6 2008-2010, All Rights Reserved         |
@@ -343,7 +343,7 @@ namespace {
 
             {
                 oaConstraintDef *def = oaLayerConstraintDef::get(oacVerticalRouteGridPitch);
-                oaConstraint    *c = oaLayerConstraint::find(getFoundryRules(),
+                oaConstraint    *c = oaLayerConstraint::find(theOATech->getFoundryRules(),
                                                              aOALayer->getNumber(),
                                                              (oaLayerConstraintDef*) def);
             }