Skip to content
Snippets Groups Projects
Commit a79d3ab7 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Task #11553: add forgotten include

parent 000d4517
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,8 @@
#include <measures/Measures/MeasConvert.h>
#include <measures/TableMeasures/ScalarMeasColumn.h>
#include <stdexcept>
#include <ms/MeasurementSets/MSAntenna.h>
#if defined(casacore)
#include <ms/MSSel/MSSelection.h>
......@@ -228,7 +230,7 @@ AntennaField::Ptr readAntennaFieldAartfaac(const Table &table, const string &ant
else // HBA
{
// TODO: implement this
throw std::runtime_error("HBA not implemented yet...");
throw std::runtime_error("HBA for Aartfaac is not implemented yet.");
}
// Add only one antenna to the field (no offset, always enabled)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment