Browse Source

Cleared unused variable warning.

tempestpy_adaptions
TimQu 6 years ago
parent
commit
c72b97dfca
  1. 1
      src/storm/storage/geometry/Polytope.cpp

1
src/storm/storage/geometry/Polytope.cpp

@ -66,7 +66,6 @@ namespace storm {
return create(points);
}
assert(points.front().size() == selectedDimensions.size());
uint64_t dimensions = selectedDimensions.size();
std::vector<Halfspace<ValueType>> halfspaces;
// We build the convex hull of the given points.

Loading…
Cancel
Save