Skip to content

Commit

Permalink
Per issue #2425, added do_stat_output to TCStatJobRIRW class. SL ci-s…
Browse files Browse the repository at this point in the history
…kip-all
  • Loading branch information
Seth Linden committed Apr 7, 2023
1 parent c0ae655 commit 5434121
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/tools/tc_utils/tc_stat/tc_stat_job.h
Original file line number Diff line number Diff line change
Expand Up @@ -486,11 +486,12 @@ class TCStatJobRIRW : public TCStatJob {

void add_map(std::map<ConcatString,RIRWMapData,cs_cmp>&);

void do_output (std::ostream &);
void do_ctc_output(std::ostream &);
void do_cts_output(std::ostream &);
void do_mpr_output(std::ostream &);

void do_output (std::ostream &);
void do_ctc_output (std::ostream &);
void do_cts_output (std::ostream &);
void do_mpr_output (std::ostream &);
void do_stat_output(std::ostream &);

// Store the case information
StringArray ByColumn;

Expand Down

0 comments on commit 5434121

Please sign in to comment.