From 88ea3785eb1a69232869aff9d07dce9ff6c9f96b Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Thu, 26 Aug 2010 15:02:41 +0000 Subject: [PATCH] * ./unicorn: - Change: In CgtMain, sligh change in the FLUTE credits announcements. --- unicorn/src/CgtMain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unicorn/src/CgtMain.cpp b/unicorn/src/CgtMain.cpp index b4b350a1..21d6476c 100644 --- a/unicorn/src/CgtMain.cpp +++ b/unicorn/src/CgtMain.cpp @@ -284,13 +284,13 @@ int main ( int argc, char *argv[] ) cmess1 << " Kite - Detailed Router ....................... Jean-Paul Chaput" << endl; cmess1 << endl; - cout << " hMETIS software credits" << endl; + cout << " hMETIS software credits (used by Mauka)" << endl; cout << " Author ........................................ Georges Karypis" << endl; cout << " Prof. Ident. .......................... University of Minnesota" << endl; cout << " URL .......................... http://glaros.dtc.umn.edu/gkhome" << endl; cout << endl; - cout << " The Knik router makes use of FLUTE software" << endl; + cout << " FLUTE software credits (used by Knik)" << endl; cout << " Author ........................................ Chris C. N. CHU" << endl; cout << " Prof. Ident. ............................ Iowa State University" << endl; cout << " URL ........................ http://home.eng.iastate.edu/~cnchu" << endl;