Skip to content

Commit

Permalink
minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Muaaz Awan committed Sep 14, 2018
1 parent 326b498 commit caedd61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file modified bin/SimSpec.class
Binary file not shown.
4 changes: 1 addition & 3 deletions src/SimSpec.java
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,7 @@ public static void main(String[] args) throws FileNotFoundException, IOException
}
}

if (count > 50000) {
break;
}

bList.clear();
yList.clear();
noiseList.clear();
Expand Down

0 comments on commit caedd61

Please sign in to comment.