Commits
Darrell Schiebel authored a166fa5bbfc
56 56 | |
57 57 | |
58 58 | |
59 59 | |
60 60 | |
61 61 | |
62 62 | |
63 63 | |
64 64 | |
65 65 | |
66 - | |
66 + | // needed for setprecision |
67 67 | |
68 68 | // DEVDEBUG gates the development debugging information to standard |
69 69 | // error; it should be set to 0 for production. |
70 70 | |
71 71 | |
72 72 | using namespace casa::vi; |
73 73 | using namespace casacore; |
74 74 | |
75 75 | namespace casa { //# NAMESPACE CASA - BEGIN |
76 76 | |