Skip to content
Snippets Groups Projects
Commit da697b81 authored by Nimalan Mahadevan's avatar Nimalan Mahadevan
Browse files

DHR-77: Fix minor typo

parent d5cd5a66
No related branches found
No related tags found
1 merge request!159DHR-77: Fix minor typo
......@@ -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);
......
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