diff --git a/Station.cc b/Station.cc index 3ab4467238f162bd4c32f974297a824237453cd3..f2fd43ff34be9507319a4651ba6a772414a82fcd 100644 --- a/Station.cc +++ b/Station.cc @@ -97,9 +97,8 @@ const vector3r_t &Station::phaseReference() const matrix22c_t Station::elementResponse(real_t time, real_t freq, const vector3r_t &direction, size_t id, const bool rotate) const { - Antenna::Options options = { - .rotate = rotate - }; + Antenna::Options options; + options.rotate = rotate; if (rotate) { vector3r_t ncp_ = ncp(time);