Browse Source

PcaaWeightVectorChecker: Initializing weightedPrecision.

tempestpy_adaptions
TimQu 6 years ago
parent
commit
19cca3585f
  1. 2
      src/storm/modelchecker/multiobjective/pcaa/PcaaWeightVectorChecker.cpp

2
src/storm/modelchecker/multiobjective/pcaa/PcaaWeightVectorChecker.cpp

@ -12,7 +12,7 @@ namespace storm {
namespace multiobjective { namespace multiobjective {
template <typename ModelType> template <typename ModelType>
PcaaWeightVectorChecker<ModelType>::PcaaWeightVectorChecker(std::vector<Objective<ValueType>> const& objectives) : objectives(objectives) {
PcaaWeightVectorChecker<ModelType>::PcaaWeightVectorChecker(std::vector<Objective<ValueType>> const& objectives) : objectives(objectives), weightedPrecision(storm::utility::zero<ValueType>()) {
// Intentionally left empty // Intentionally left empty
} }

Loading…
Cancel
Save