removing unnecessary printing
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2110 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
59416ae06a
commit
9c206abb97
|
|
@ -122,7 +122,7 @@ public class PooledCalculationModel extends JointEstimateGenotypeCalculationMode
|
|||
int f = nAltAlleles;
|
||||
|
||||
N_CACHED++;
|
||||
System.out.printf("Setting cache value %d %d %d %d %d %d %d %d = %f [count = %d]%n", m, a, i, j, k, l, x, f, val, N_CACHED);
|
||||
//System.out.printf("Setting cache value %d %d %d %d %d %d %d %d = %f [count = %d]%n", m, a, i, j, k, l, x, f, val, N_CACHED);
|
||||
CACHE[m][a][i][j][k][l][x][f] = val;
|
||||
}
|
||||
|
||||
|
|
@ -314,4 +314,4 @@ public class PooledCalculationModel extends JointEstimateGenotypeCalculationMode
|
|||
|
||||
return log10L;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue