Source
139
139
0.012055422536187882
140
140
), AipsError
141
141
);
142
142
AlwaysAssert(
143
143
near(
144
144
point.getAngle("rad").getValue("rad")[1],
145
145
0.00485808148440817
146
146
), AipsError
147
147
);
148
148
}
149
-
} catch (AipsError x) {
149
+
} catch (const AipsError& x) {
150
150
log << LogIO::SEVERE
151
151
<< "Caught exception: " << x.getMesg()
152
152
<< LogIO::POST;
153
153
return 1;
154
154
}
155
155
156
156
cout << "OK" << endl;
157
157
return 0;
158
158
}