Yup, I broke the build...

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1750 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2009-09-30 20:20:43 +00:00
parent 841d25cc44
commit 303972aa4b
1 changed files with 1 additions and 0 deletions

View File

@ -47,4 +47,5 @@ public class OneStateErrorGenotypeLikelihoods extends GenotypeLikelihoods {
SAMRecord read, int offset, GenotypeLikelihoods val ) {
return simpleGetSetCache(ONE_STATE_CACHE, observedBase, qualityScore, ploidy, read, offset, val);
}
protected void clearCache() { ONE_STATE_CACHE = new GenotypeLikelihoods[BaseUtils.BASES.length][QualityUtils.MAX_QUAL_SCORE][MAX_PLOIDY][2]; }
}