Commits
Takahiro Tsutsumi authored 578ac173aad Merge
33 33 | |
34 34 | |
35 35 | |
36 36 | |
37 37 | |
38 38 | |
39 39 | |
40 40 | |
41 41 | |
42 42 | |
43 + | |
44 + | using namespace casa; |
45 + | |
43 46 | void printShape(const ComponentShape& theShape) { |
44 47 | cout << "This is a " << ComponentType::name(theShape.type()) |
45 48 | << " shape " << endl |
46 49 | << "with a reference direction of " |
47 50 | << theShape.refDirection() << endl; |
48 51 | } |
49 52 | |
50 53 | int main() { |
51 54 | try { |
52 55 | MDirection J1934_dir; |