diff --git a/include/schaapcommon/reordering/msselection.h b/include/schaapcommon/reordering/msselection.h index 5e083be392fac6334918c23468dea661304dc35a..a7f9148e489882130463a3e629685289a1437c80 100644 --- a/include/schaapcommon/reordering/msselection.h +++ b/include/schaapcommon/reordering/msselection.h @@ -108,10 +108,10 @@ class MSSelection { } void SetMinUVWInM(double min_uvw) { min_uvw_in_m_ = min_uvw; } void SetMaxUVWInM(double max_uvw) { max_uvw_in_m_ = max_uvw; } - void SetEvenOrkOddTimesteps(EvenOddSelection even_or_odd) { + void SetEvenOrOddTimesteps(EvenOddSelection even_or_odd) { even_odd_selection_ = even_or_odd; } - EvenOddSelection EvenOrkOddTimesteps() const { return even_odd_selection_; } + EvenOddSelection EvenOrOddTimesteps() const { return even_odd_selection_; } void Serialize(aocommon::SerialOStream& stream) const; void Unserialize(aocommon::SerialIStream& stream);