From bc65461cc9bce96d3e6ff36b5fecd37fb3f3094b Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 2 Oct 2018 18:37:33 -0400 Subject: Experiments with Boolean functions. --- src/opt/dau/dauNpn2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opt/dau') diff --git a/src/opt/dau/dauNpn2.c b/src/opt/dau/dauNpn2.c index e2cb97dc..bca65ad0 100644 --- a/src/opt/dau/dauNpn2.c +++ b/src/opt/dau/dauNpn2.c @@ -417,7 +417,7 @@ void Dtt_PrintMulti( Dtt_Man_t * p ) break; printf( "n=%2d : ", n ); printf( "All = %7d ", Count ); - printf( "Ave = %3d ", Total/Count ); + printf( "Ave = %6.2f ", 1.0*Total/Count ); for ( i = 0; i < 11; i++ ) if ( Counts[n][i] ) printf( "%6d", Counts[n][i] ); -- cgit v1.2.3