From d53d1f53b04e13aca36d447181fd0a1570130a1d Mon Sep 17 00:00:00 2001 From: Jean-Manuel Caba Date: Mon, 23 Aug 2010 13:21:30 +0000 Subject: [PATCH] oops ... --- crlcore/src/ccore/OAParserDriver.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crlcore/src/ccore/OAParserDriver.cpp b/crlcore/src/ccore/OAParserDriver.cpp index 7cfd28e9..4a5512cd 100644 --- a/crlcore/src/ccore/OAParserDriver.cpp +++ b/crlcore/src/ccore/OAParserDriver.cpp @@ -11,13 +11,14 @@ namespace CRL { OADriver::OADriver(Cell* cell) : _cell(cell) {} void OADriver::save(const std::string& filePath) { - //CRL::OpenAccess::oaDriver(filePath, _cell); + CRL::OpenAccess::oaDriver(filePath, _cell); } OAParser::OAParser(const std::string& cellLibPath,const std::string& cellLibName, const std::string& techLibPath,const std::string& techLibName) : _cellLibPath(cellLibPath), _cellLibName(cellLibName), - _techLibPath(techLibPath), _techLibName(techLibName) {} + _techLibPath(techLibPath), _techLibName(techLibName) { + } Cell* OAParser::open(const std::string& cellName) { return CRL::OpenAccess::oaCellParser(_cellLibPath, _cellLibName, cellName,