浏览代码

property name fix

Kevin Trometer 8 年之前
父节点
当前提交
0168bdaacb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;