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
API
Commits
bf1a8ca3
Commit
bf1a8ca3
authored
Jul 31, 2017
by
Clemens Krug
Browse files
Setup environments for eval
parent
074b742e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/common/metric/AbstractMetric.java
View file @
bf1a8ca3
...
...
@@ -104,7 +104,7 @@ public abstract class AbstractMetric<M extends MetricValue<?>> implements
@Override
public
boolean
isOverallMetric
()
{
assert
(
perHost
==
null
&&
overallMetric
!=
null
)
||
(
perHost
!=
null
&&
overallMetric
==
null
);
||
(
perHost
!=
null
&&
overallMetric
==
null
)
:
name
;
return
perHost
==
null
;
}
...
...
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