Browse Source

property name fix

Kevin Trometer 7 years ago
parent
commit
0168bdaacb
1 changed files with 1 additions and 1 deletions
  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;