slight change in output format
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3559 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
32fc221ffe
commit
42b8a8f295
|
|
@ -311,7 +311,7 @@ public class CycleQualityWalker extends ReadWalker<Integer,Integer> {
|
|||
if ( HTML ) out.println("<hr>");
|
||||
|
||||
if ( HTML ) out.println("<br>");
|
||||
out.println("\nOUTCOME:");
|
||||
out.println("\nOUTCOME (threshold at Q="+QTHRESHOLD+"):");
|
||||
if ( HTML ) out.println("<br>");
|
||||
for ( String col : columns ) {
|
||||
List<PrimitivePair.Int> lp = problems.get(col+".End1");
|
||||
|
|
|
|||
Loading…
Reference in New Issue