Skip to content

Commit

Permalink
use relative error
Browse files Browse the repository at this point in the history
  • Loading branch information
sa501428 committed Sep 1, 2022
1 parent 398aea5 commit dd8ebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hic/HiCGlobals.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @since 11/25/14
*/
public class HiCGlobals {
public static final String versionNum = "3.25.00";
public static final String versionNum = "3.26.00";
public static final int writingVersion = 9;
public static final int bufferSize = 2097152;
public static int MAX_PEARSON_ZOOM = 50000;
Expand Down

0 comments on commit dd8ebd4

Please sign in to comment.