Opened 10 years ago

Closed 10 years ago

#1280 closed defect (wontfix)

Missing argument

Reported by: Mrigen Owned by:
Priority: minor Milestone:
Component: HM Version: HM-14.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

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

Change History (3)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 10 years ago by ksuehring

  • Milestone HM-15.0 deleted

comment:3 Changed 10 years ago by ksuehring

  • Resolution set to wontfix
  • Status changed from new to closed

The (more or less) duplicate function has been removed in the RExt branch, which now got merged into mainline HM. So there is no need to fix this anymore.

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)
  • Mrigendra Nagar(Reporter)