Explorar o código

property name fix

Kevin Trometer %!s(int64=8) %!d(string=hai) anos
pai
achega
0168bdaacb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/classes/TrackedDataSet.java

+ 1 - 1
src/classes/TrackedDataSet.java

@@ -25,7 +25,7 @@ public class TrackedDataSet {
 	public static final int CONSUMED_ENERGY_IN_HOLONS = 17;
 	public static final int WASTED_ENERGY_IN_HOLONS = 18;
 	public static final int AVG_AMOUNT_BROKEN_EDGES_IN_HOLONS = 19;
-	public static final int RATIO_PRODUCERS_CONSUMERS = 21;
+	public static final int AVG_RATIO_PRODUCERS_CONSUMERS_IN_HOLONS = 21;
 	
 	//Variables of the Data Set
 	private AbstractCpsObject cps;