﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1280	Missing argument	Mrigen		"Function: printSummaryOutInterlaced

Issue: Said function require one input argument.

Probable fix:
change from
        #if _SUMMARY_OUT_
              m_gcAnalyzeAll_in.printSummaryOutInterlaced();
        #endif

To
  #if _SUMMARY_OUT_
                m_gcAnalyzeAll_in.printSummaryOutInterlaced(m_gcAnalyzeAll.getBits());
        #endif
"	defect	closed	minor		HM	HM-14.0	wontfix		fbossen ksuehring davidf jct-vc@…
