Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
send warning here instead of debug
[simgrid.git] / src / kernel / lmm / maxmin.hpp
index b32ead2..4dc68c1 100644 (file)
@@ -175,7 +175,8 @@ public:
   double consumption_weight;
 };
 
-struct ConstraintLight {
+class ConstraintLight {
+public:
   double remaining_over_usage;
   Constraint* cnst;
 };