diff --git a/src/storm/modelchecker/multiobjective/pcaa/PcaaWeightVectorChecker.cpp b/src/storm/modelchecker/multiobjective/pcaa/PcaaWeightVectorChecker.cpp index 10a9554f2..19ae057dd 100644 --- a/src/storm/modelchecker/multiobjective/pcaa/PcaaWeightVectorChecker.cpp +++ b/src/storm/modelchecker/multiobjective/pcaa/PcaaWeightVectorChecker.cpp @@ -12,7 +12,7 @@ namespace storm { namespace multiobjective { template - PcaaWeightVectorChecker::PcaaWeightVectorChecker(std::vector> const& objectives) : objectives(objectives) { + PcaaWeightVectorChecker::PcaaWeightVectorChecker(std::vector> const& objectives) : objectives(objectives), weightedPrecision(storm::utility::zero()) { // Intentionally left empty }