From 76215da79c34ad1867c56b7d025c75ebb692f92b Mon Sep 17 00:00:00 2001 From: The Coriolis Project Date: Mon, 12 Jul 2010 13:27:56 +0000 Subject: [PATCH] Typo error --- vlsisapd/src/dtr/src/Techno.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlsisapd/src/dtr/src/Techno.cpp b/vlsisapd/src/dtr/src/Techno.cpp index e3cb7c14..3c743199 100644 --- a/vlsisapd/src/dtr/src/Techno.cpp +++ b/vlsisapd/src/dtr/src/Techno.cpp @@ -67,7 +67,7 @@ Rule* Techno::getRule(Name name, Name layer1, Name layer2) { // return rule; // } // } - if ((rule->getName() == name) && (rule->getLayer1() == layer1) && (rule-getLayer2() == layer2)) + if ((rule->getName() == name) && (rule->getLayer1() == layer1) && (rule->getLayer2() == layer2)) return rule; } string error ("[ERROR] Could not find rule: ");