From 2e9cb4975e7c8fe48054f38ecfa80c3dd1470260 Mon Sep 17 00:00:00 2001 From: The Coriolis Project Date: Thu, 3 Apr 2008 11:56:42 +0000 Subject: [PATCH] cleaning hurricane --- chamsin/src/tests/AnalogicTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chamsin/src/tests/AnalogicTest.cpp b/chamsin/src/tests/AnalogicTest.cpp index 5cdc238d..933743bc 100644 --- a/chamsin/src/tests/AnalogicTest.cpp +++ b/chamsin/src/tests/AnalogicTest.cpp @@ -18,9 +18,9 @@ int main() { TrMos* trmos = TrMos::create(workLibrary, Name("MosTr")); exit(0); } catch (Hurricane::Warning& w) { - cerr << w.What() << endl; + cerr << w.what() << endl; } catch (Hurricane::Error& e) { - cerr << e.What() << endl; + cerr << e.what() << endl; exit (1); } catch (...) { cout << "Abnormal termination\n" << endl;