Skip to content
Snippets Groups Projects
Commit 932c12a2 authored by Jan David Mol's avatar Jan David Mol
Browse files

SW-589: casacore -> casa namespace change to support Casacore 3+

parent 8698631b
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <Common/ParameterSet.h> #include <Common/ParameterSet.h>
//# Forward declare Input. //# Forward declare Input.
namespace casacore { namespace casa {
class Input; class Input;
} }
...@@ -105,7 +105,7 @@ namespace LOFAR { ...@@ -105,7 +105,7 @@ namespace LOFAR {
string getDefault (map<string,IPV>::const_iterator iter) const; string getDefault (map<string,IPV>::const_iterator iter) const;
ParameterSet itsParSet; ParameterSet itsParSet;
casacore::Input* itsInput; casa::Input* itsInput;
bool itsUsePS; //# true = use ParameterSet bool itsUsePS; //# true = use ParameterSet
string itsVersion; string itsVersion;
map<string, IPV> itsParms; map<string, IPV> itsParms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment