소스 검색

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;