cleaning hurricane
This commit is contained in:
parent
b647b87b18
commit
2e9cb4975e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue