Improvements to GIA visualization.

This commit is contained in:
Alan Mishchenko 2016-12-08 10:39:11 -08:00
parent 211db8bf28
commit cd92b1fea3
1 changed files with 0 additions and 1 deletions

View File

@ -539,7 +539,6 @@ void Gia_WriteDotAig( Gia_Man_t * p, char * pFileName, Vec_Int_t * vAdds, Vec_In
}
else if ( Vec_IntEntry(vMapXors, iNode) >= 0 )
{
int iXor = Vec_IntEntry(vMapXors, iNode);
fprintf( pFile, " Node%d [label = \"%d\"", iNode, iNode );
fprintf( pFile, ", shape = doublecircle" );
}