Salome HOME
[EDF15946] bug with playground when nb of cores is small
[modules/yacs.git] / src / engine / ComplexWeight.hxx
index 872fe0f458ce79b23268e8845dad0b9b5eb97a8e..e8bb55c32534723c6fbb2520f4baf742ca263025 100644 (file)
@@ -52,7 +52,7 @@ namespace YACS
       ComplexWeight& addWeight(const ComplexWeight *other);
     protected:
       bool _bootWeight;
-      // _loopWeight: vect<pair(weight,nbcorePerIteration)>, for first element of vector: nbcorePerIteration<0 -> unset, nbcorePerIteration==0 -> no loopweight
+      // _loopWeight: vect<pair(weight,nbcorePerIteration)>, for first element of vector: nbcorePerIteration<0 -> unset, nbcorePerIteration==0 -> no loopweight (means no loop inside)
       std::vector<std::pair<double,int> > _loopWeight; 
       double _elementaryWeight;
     private: