Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
0dd66226
Commit
0dd66226
authored
Mar 17, 2017
by
Björn Richerzhagen
Browse files
Update comment
parent
6022acf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/views/visualization/ui/MetricCDFAdapter.java
View file @
0dd66226
...
...
@@ -105,7 +105,7 @@ public class MetricCDFAdapter implements MetricPlotAdapter {
entry
.
getKey
());
}
//
DirtyFix: the ValueAxis seems to crap out when upper and lower values are ~zero
//
ValueAxis has errors if maxX is close to 0
if
(
maxX
<=
Double
.
MIN_VALUE
){
maxX
=
1
d
;
}
...
...
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