Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sa501428 committed Sep 1, 2022
1 parent 3504ae8 commit e4d9ff4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/hic/tools/utils/norm/RU/RUCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@

package hic.tools.utils.norm.RU;

import java.util.Arrays;

public class RUCode() {
public static int balance(long m, double[] b, double[] report, double[] allIters, float tol, float pppp,
int maxiter, double del, double dp, int totIter, int threads, int k) {

/*
int p;
int n0;
double low;
Expand Down Expand Up @@ -219,6 +217,9 @@ public static int balance(long m, double[] b, double[] report, double[] allIters
for (p = 0; p < k; p++) if (bad[p] == 1) b[p] = Float.NaN;
return (iter);
*/
return 0;
}
}

0 comments on commit e4d9ff4

Please sign in to comment.