forgot this ...

This commit is contained in:
Jean-Manuel Caba 2010-08-08 02:22:27 +00:00
parent 5e00d1092f
commit 9f71af1fc9
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ namespace CRL {
registerSlot ( "def", (CellParser_t*)defParser , "def" );
registerSlot ( "def", (LibraryParser_t*)lefParser , "lef" );
registerSlot ( "oa", (CellParser_t*)OpenAccess::oaCellParser , "oa" );
registerSlot ( "oa", (LibraryParser_t*)OpenAccess::oaLibParser , "oa" );
// registerSlot ( "oa", (LibraryParser_t*)OpenAccess::oaLibParser , "oa" );
registerSlot ( "aux", (CellParser_t*)bookshelfParser, "aux" );
registerSlot ( "bench", (CellParser_t*)acmSigdaParser , "bench" );
}