X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FConsensus.java;h=fe71d312f61acce371d4cf6ff523268bd82f4908;hb=c932f0e85a8852824cdd8ce790af68682732c85c;hp=9d2c7384500332292ee632e5e26a16baab381975;hpb=8bcbf5c32f8091f2d5871e7eec4d4727c26d5c63;p=jalview.git diff --git a/src/jalview/schemes/Consensus.java b/src/jalview/schemes/Consensus.java index 9d2c738..fe71d31 100755 --- a/src/jalview/schemes/Consensus.java +++ b/src/jalview/schemes/Consensus.java @@ -46,7 +46,7 @@ public class Consensus this.mask = setNums(s); // for (int i=0; i < mask.length; i++) { - // System.out.println(mask[i] + " " + ResidueProperties.aa[mask[i]]); + // jalview.bin.Console.outPrintln(mask[i] + " " + ResidueProperties.aa[mask[i]]); // } } @@ -56,7 +56,7 @@ public class Consensus @Deprecated public boolean isConserved(int[][] cons2, int col, int size) { - System.out.println("DEPRECATED!!!!"); + jalview.bin.Console.outPrintln("DEPRECATED!!!!"); return isConserved(cons2, col, size, true); } @@ -75,7 +75,7 @@ public class Consensus if (tot > ((threshold * size) / 100)) { - // System.out.println("True conserved "+tot+" from "+threshold+" out of + // jalview.bin.Console.outPrintln("True conserved "+tot+" from "+threshold+" out of // "+size+" : "+maskstr); return true; }