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/opt/nwk/nwkMerge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opt/nwk/nwkMerge.c') diff --git a/src/opt/nwk/nwkMerge.c b/src/opt/nwk/nwkMerge.c index b733e2a3..c913e0d1 100644 --- a/src/opt/nwk/nwkMerge.c +++ b/src/opt/nwk/nwkMerge.c @@ -100,7 +100,7 @@ void Nwk_ManGraphReportMemoryUsage( Nwk_Grf_t * p ) p->nMemBytes2 = sizeof(Nwk_Vrt_t) * p->nVerts + sizeof(int) * 2 * p->nEdges; - printf( "Memory usage stats: Preprocessing = %.2f Mb. Solving = %.2f Mb.\n", + printf( "Memory usage stats: Preprocessing = %.2f MB. Solving = %.2f MB.\n", 1.0 * p->nMemBytes1 / (1<<20), 1.0 * p->nMemBytes2 / (1<<20) ); } -- cgit v1.2.3