Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab is now running v13.9.0 - More info ->
here
<-
Open sidebar
cosmotools
CAMEL
Commits
e9691dd6
Commit
e9691dd6
authored
Jul 02, 2019
by
Plaszczynski Stephane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tiny fix for warning
parent
ea9ea8c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/camel/exec/writeChi2.cc
src/camel/exec/writeChi2.cc
+1
-1
No files found.
src/camel/exec/writeChi2.cc
View file @
e9691dd6
...
...
@@ -38,7 +38,7 @@ int main(int argc,char** argv){
}
cout
<<
"Some derived parameters:"
<<
endl
;
//print a number of cosmological values
char
*
extra
[]
=
{
"H0"
,
"z_reio"
,
"tau_reio"
,
"z_drag"
,
"rs_drag"
,
"Dv(0.57)"
,
"Da(0.57)"
,
"H(0.57)"
,
"f(0.57)"
};
const
char
*
extra
[]
=
{
"H0"
,
"z_reio"
,
"tau_reio"
,
"z_drag"
,
"rs_drag"
,
"Dv(0.57)"
,
"Da(0.57)"
,
"H(0.57)"
,
"f(0.57)"
};
const
int
N
=
sizeof
(
extra
)
/
sizeof
(
char
*
);
for
(
size_t
i
=
0
;
i
<
N
;
i
++
)
{
double
val
(
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