cleaning hurricane

This commit is contained in:
The Coriolis Project 2008-04-03 11:56:42 +00:00
parent b647b87b18
commit 2e9cb4975e
1 changed files with 2 additions and 2 deletions

View File

@ -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;