forgot this ...
This commit is contained in:
parent
5e00d1092f
commit
9f71af1fc9
|
@ -221,7 +221,7 @@ namespace CRL {
|
||||||
registerSlot ( "def", (CellParser_t*)defParser , "def" );
|
registerSlot ( "def", (CellParser_t*)defParser , "def" );
|
||||||
registerSlot ( "def", (LibraryParser_t*)lefParser , "lef" );
|
registerSlot ( "def", (LibraryParser_t*)lefParser , "lef" );
|
||||||
registerSlot ( "oa", (CellParser_t*)OpenAccess::oaCellParser , "oa" );
|
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 ( "aux", (CellParser_t*)bookshelfParser, "aux" );
|
||||||
registerSlot ( "bench", (CellParser_t*)acmSigdaParser , "bench" );
|
registerSlot ( "bench", (CellParser_t*)acmSigdaParser , "bench" );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue