Commits

Takahiro Tsutsumi authored 578ac173aad Merge
Merge branch 'master' into CAS-13624

casa5/code/components/ComponentModels/test/dPointShape.cc

Modified
33 33 #include <components/ComponentModels/ComponentType.h>
34 34 #include <components/ComponentModels/ComponentShape.h>
35 35 #include <casa/Exceptions/Error.h>
36 36 #include <measures/Measures/MDirection.h>
37 37 #include <casa/Quanta/Quantum.h>
38 38 #include <casa/Quanta/MVAngle.h>
39 39 #include <casa/BasicSL/String.h>
40 40 #include <casa/iostream.h>
41 41
42 42 #include <casa/namespace.h>
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;

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut