Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
932c12a2
Commit
932c12a2
authored
6 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
SW-589
: casacore -> casa namespace change to support Casacore 3+
parent
8698631b
No related branches found
No related tags found
1 merge request
!6
Import cobalt2 into lofar4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
LCS/Common/include/Common/InputParSet.h
+2
-2
2 additions, 2 deletions
LCS/Common/include/Common/InputParSet.h
with
2 additions
and
2 deletions
LCS/Common/include/Common/InputParSet.h
+
2
−
2
View file @
932c12a2
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
#include
<Common/ParameterSet.h>
#include
<Common/ParameterSet.h>
//# Forward declare Input.
//# Forward declare Input.
namespace
casa
core
{
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
;
casa
core
::
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment