Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
alta
alta
Commits
e7a95e93
Commit
e7a95e93
authored
Feb 13, 2017
by
Ludovic Courtès
Browse files
core: data_storage: Use double precision for the default interval.
parent
e9e82494
Changes
1
Hide whitespace changes
Inline
Side-by-side
sources/core/data_storage.cpp
View file @
e7a95e93
...
...
@@ -115,7 +115,7 @@ static void read_confidence_interval(std::istream& input,
else
{
// Confidence interval data not provided in INPUT.
double
dt
=
args
.
get_
float
(
"dt"
,
0.1
f
);
double
dt
=
args
.
get_
double
(
"dt"
,
0.1
d
);
min_dt
=
-
dt
;
max_dt
=
dt
;
}
...
...
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