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

Merge branch 'dhr-77-fix-typo' into 'master'

DHR-77: Fix minor typo

See merge request !159
parents d5cd5a66 da697b81
No related branches found
No related tags found
1 merge request!159DHR-77: Fix minor typo
Pipeline #92923 passed
......@@ -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