Commit fe968e9d by Alan Mishchenko

Fixing a typo in setting the miter type.

parent 8ef44045
......@@ -632,7 +632,7 @@ void Acb_NtkRunTest( char * pFileNames[4], int fFancy, int fVerbose )
pGiaF = Acb_NtkGiaDeriveDual( pNtkF );
pGiaG = Acb_NtkGiaDeriveDual( pNtkG );
pGia = Acb_NtkGiaDeriveMiter( pGiaF, pGiaG, 0 );
pGia = Acb_NtkGiaDeriveMiter( pGiaF, pGiaG, 2 );
//Gia_AigerWrite( pGiaF, Extra_FileNameGenericAppend(pFileNames[1], "_f2.aig"), 0, 0, 0 );
//Gia_AigerWrite( pGiaG, Extra_FileNameGenericAppend(pFileNames[1], "_g2.aig"), 0, 0, 0 );
//Gia_AigerWrite( pGia, Extra_FileNameGenericAppend(pFileNames[1], "_miter_0.aig"), 0, 0, 0 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment