X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FConsensus.java;fp=src%2Fjalview%2Fschemes%2FConsensus.java;h=fe71d312f61acce371d4cf6ff523268bd82f4908;hb=469dc5a0e6d06a2c8a27f27b712ccfdbe3314ee4;hp=9d2c7384500332292ee632e5e26a16baab381975;hpb=f32142e854e6eadb5c85c4379d596369bd7098c5;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; }