Browse Source

Minor spellcheck.

Former-commit-id: cc9ce2cfae
tempestpy_adaptions
PBerger 10 years ago
parent
commit
e54a774e80
  1. 3
      src/properties/actions/BoundAction.h

3
src/properties/actions/BoundAction.h

@ -161,8 +161,7 @@ namespace storm {
}
}
} else {
//Fill the selction by comapring the values for all previously selected states with theegiven bound using the comparison operator.
// Fill the selection by comparing the values of all previously selected states with the given bound using the comparison operator.
for(uint_fast64_t i = 0; i < result.stateMap.size(); i++) {
if(result.selection[i]) {
switch(comparisonOperator) {

Loading…
Cancel
Save