Source
182
182
0.011444556041464694
183
183
), AipsError
184
184
);
185
185
AlwaysAssert(
186
186
near(
187
187
points[1].getAngle("rad").getValue("rad")[1],
188
188
0.0050326323941514792
189
189
), AipsError
190
190
);
191
191
}
192
-
} catch (AipsError x) {
192
+
} catch (const AipsError& x) {
193
193
log << LogIO::SEVERE
194
194
<< "Caught exception: " << x.getMesg()
195
195
<< LogIO::POST;
196
196
return 1;
197
197
}
198
198
199
199
cout << "OK" << endl;
200
200
return 0;
201
201
}