Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xavier Garrido
CAMEL
Commits
473ee676
Commit
473ee676
authored
Jul 16, 2018
by
Matthieu Tristram
Browse files
Clean WARNING for unreferenced
parent
1e7c8b77
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
7 deletions
+1
-7
src/camel/CMB/ACT_equat.cc
src/camel/CMB/ACT_equat.cc
+0
-1
src/camel/CMB/ACT_south.cc
src/camel/CMB/ACT_south.cc
+0
-1
src/camel/CMB/HighEll.cc
src/camel/CMB/HighEll.cc
+0
-3
src/camel/CMB/SPT_high.cc
src/camel/CMB/SPT_high.cc
+1
-2
No files found.
src/camel/CMB/ACT_equat.cc
View file @
473ee676
...
...
@@ -259,7 +259,6 @@ void ACTEquat::HandleNuisance( std::vector<double>& nuisance){
_AtSZxCIB
=
nuisance
[
3
];
int
indx
=
0
;
int
jndx
=
0
;
for
(
int
i
=
0
;
i
<
_nfreqs
;
i
++
)
for
(
int
j
=
i
;
j
<
_nfreqs
;
j
++
)
{
...
...
src/camel/CMB/ACT_south.cc
View file @
473ee676
...
...
@@ -259,7 +259,6 @@ void ACTSouth::HandleNuisance( std::vector<double>& nuisance){
_AtSZxCIB
=
nuisance
[
3
];
int
indx
=
0
;
int
jndx
=
0
;
for
(
int
i
=
0
;
i
<
_nfreqs
;
i
++
)
for
(
int
j
=
i
;
j
<
_nfreqs
;
j
++
)
{
...
...
src/camel/CMB/HighEll.cc
View file @
473ee676
...
...
@@ -79,7 +79,6 @@ void HighEll:: read_par_file(const string filename )
else
_CIB_path
=
Parser
::
CheckPath
(
parameters
.
find
<
string
>
(
"CIB_path"
));
int
posp
=
0
;
_data_path
=
Parser
::
CheckPath
(
parameters
.
find
<
string
>
(
"DataPath"
));
_covName
=
Parser
::
CheckPath
(
_data_path
+
'/'
+
parameters
.
find
<
string
>
(
"covName"
))
;
...
...
@@ -101,7 +100,6 @@ void HighEll:: read_par_file(const string filename )
void
HighEll
::
read_window_functions
(){
cout
<<
" reading window functions for "
<<
_nfreqs
<<
" frequencies"
<<
endl
;
cout
<<
" select_freq size "
<<
_select_freq
.
size
()
<<
endl
;
int
ibwfun
=
0
;
for
(
int
ia
=
0
;
ia
<
_nfreqs
;
ia
++
){
if
(
_select_freq
.
size
()
>
0
)
if
(
_select_freq
[
ia
]
!=
0
)
continue
;
...
...
@@ -263,7 +261,6 @@ void HighEll::computeResiduals(const vector<unsigned int>& l,vector<double>& clt
ofstream
*
fileout
;
double
mychi2
=
0.
;
cout
<<
" high ell likelihood compute residuals for"
<<
_name
<<
endl
;
HandleNuisance
(
nuisance
);
// fills calibs + fg params etc...
...
...
src/camel/CMB/SPT_high.cc
View file @
473ee676
...
...
@@ -369,8 +369,7 @@ void SPTHigh::buildDustTemplates(int lmin, int lmax){
}
vector
<
vector
<
double
>
>
SPTHigh
::
getDust
(
){
// std::vector<double>& nuisance ) {
double
fref
=
150.
;
vector
<
vector
<
double
>
>
SPTHigh
::
getDust
(
){
vector
<
vector
<
double
>
>
temp
(
_templ_dust
);
// constructeur par copie ?
if
(
_verbose
>
2
)
cout
<<
" getdust "
<<
temp
.
size
()
<<
endl
;
int
ityp
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment