From 908d5e696c7e73f80abcef85ec796511f3bffb0f Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 9 Jul 2012 22:57:03 -0700 Subject: Replacing Mb/Gb to be MB/GB. --- src/map/super/superAnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/super/superAnd.c') diff --git a/src/map/super/superAnd.c b/src/map/super/superAnd.c index b6a30025..9f3996b9 100644 --- a/src/map/super/superAnd.c +++ b/src/map/super/superAnd.c @@ -499,7 +499,7 @@ ABC_PRT( "Sorting", clock() - clk ); fclose( pFile ); printf( "The supergates are written into file \"%s\" ", FileName ); - printf( "(%0.2f Mb).\n", ((double)Extra_FileSize(FileName))/(1<<20) ); + printf( "(%0.2f MB).\n", ((double)Extra_FileSize(FileName))/(1<<20) ); } /**Function************************************************************* -- cgit v1.2.3