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
1e37ad16
Commit
1e37ad16
authored
Feb 15, 2017
by
Laurent Belcour
Committed by
Laurent Belcour
Feb 16, 2017
Browse files
[Bug] Remove character 'd' from floating point value
parent
1af38761
Changes
1
Show whitespace changes
Inline
Side-by-side
sources/core/data_storage.cpp
View file @
1e37ad16
...
...
@@ -115,7 +115,7 @@ static void read_confidence_interval(std::istream& input,
else
{
// Confidence interval data not provided in INPUT.
double
dt
=
args
.
get_double
(
"dt"
,
0.1
d
);
double
dt
=
args
.
get_double
(
"dt"
,
0.1
);
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