diff --git a/src/java/com/pb/mtctm2/abm/application/MTCTM2TripTables.java b/src/java/com/pb/mtctm2/abm/application/MTCTM2TripTables.java index 8022e945..823fc7ad 100644 --- a/src/java/com/pb/mtctm2/abm/application/MTCTM2TripTables.java +++ b/src/java/com/pb/mtctm2/abm/application/MTCTM2TripTables.java @@ -800,7 +800,7 @@ public MazSets() { int maxMazSet2 = 0; int maxMazSet3 = 0; - for(int row = 1; row< mgraDataTable.getRowCount();++row){ + for(int row = 1; row<= mgraDataTable.getRowCount();++row){ int mgra = (int) mgraDataTable.getValueAt(row, "MAZ"); int county = (int) mgraDataTable.getValueAt(row,mgraManager.MGRA_COUNTY_FIELD_NAME);