]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/SetOfPoints.cxx
Salome HOME
Optimized algo for PlayGround
[modules/yacs.git] / src / engine / SetOfPoints.cxx
index 39d787168b8b6f4ce8914b3701415e0f57565a3c..76f892577b9db0403fa5aaf0eae719728446d1d6 100644 (file)
@@ -87,9 +87,9 @@ int SetOfPoints::getMaxLevelOfParallelism() const
   return _bp->getMaxLevelOfParallelism();
 }
 
-double SetOfPoints::getWeightRegardingDPL() const
+void SetOfPoints::getWeightRegardingDPL(ComplexWeight *weight)
 {
-  return _bp->getWeightRegardingDPL();
+  _bp->getWeightRegardingDPL(weight);
 }
 
 void SetOfPoints::partitionRegardingDPL(const PartDefinition *pd, std::map<ComposedNode *, YACS::BASES::AutoRefCnt<PartDefinition> >& zeMap) const