Commits
21 21 | //# $Id: $ |
22 22 | |
23 23 | |
24 24 | |
25 25 | |
26 26 | |
27 27 | // needed for antennaPairMap, polarizationMap, VisMapper, FlagMapper, etc. which should |
28 28 | // probably be split from the rather large FlagDataHandler.h |
29 29 | |
30 30 | |
31 - | |
31 + | |
32 32 | |
33 33 | |
34 34 | namespace casa { //# NAMESPACE CASA - BEGIN |
35 35 | |
36 36 | class FlagDataHandler; |
37 37 | |
38 38 | // <summary> |
39 39 | // A top level class defining the interface for flagging agents |
40 40 | // </summary> |
41 41 | // |