]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Loop.hxx
Salome HOME
Optimized algo for PlayGround
[modules/yacs.git] / src / engine / Loop.hxx
index a1f533af060104aa9bb84297bc7052cc9fd0a2b8..cd691346a72167f3e95849d655f619118e06feea 100644 (file)
@@ -173,7 +173,7 @@ namespace YACS
       std::list<InputPort *> getSetOfInputPort() const;
       int getNumberOfInputPorts() const;
       int getMaxLevelOfParallelism() const;
-      double getWeightRegardingDPL() const;
+      void getWeightRegardingDPL(ComplexWeight *weight);
       void partitionRegardingDPL(const PartDefinition *pd, std::map<ComposedNode *, YACS::BASES::AutoRefCnt<PartDefinition> >& zeMap);
       Node *getChildByShortName(const std::string& name) const throw(Exception);
       static TypeCode* MappingDF2DS(TypeCode* type) throw(Exception);