Commits
Ville Suoranta authored 1e6beb5c415 Merge
20 20 | |
21 21 | |
22 22 | |
23 23 | |
24 24 | |
25 25 | |
26 26 | namespace LibAIR2 { |
27 27 | |
28 28 | // Forward declarations |
29 29 | class ArrayGains; |
30 - | class MSSpec; |
30 + | struct MSSpec; |
31 31 | |
32 32 | /** \brief Write out gains calculated from WVRs to a table |
33 33 | |
34 34 | This version writes for all the spws |
35 35 | |
36 36 | \param s Spectral windows and channels to write for |
37 37 | |
38 38 | \param reverse Reverse the sign of correction for this set of |
39 39 | spw-ids (to work-around temporary ALMA problems) |
40 40 | |