Skip to content

Commit

Permalink
Per issue #2425, added vars used by do_stat_output, like stat_at, sta…
Browse files Browse the repository at this point in the history
…t_row and prototype for setup_stat_file(). SL ci-skip-all
  • Loading branch information
Seth Linden committed Apr 7, 2023
1 parent c30a0c7 commit 9362846
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tools/tc_utils/tc_stat/tc_stat_job.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,9 @@ class TCStatJob {
void close_dump_file();

void open_stat_file();
void setup_stat_file(int n_row, int n);
void close_stat_file();

void dump_pair(const TrackPairInfo &, std::ofstream *);
void dump_line(const TCStatLine &, std::ofstream *);

Expand Down Expand Up @@ -317,6 +318,8 @@ class TCStatJob {
// Derived output statistics
ConcatString StatFile; // File name for output statistics
std::ofstream *StatOut; // Output statistics file stream
AsciiTable stat_at; // AsciiTable for buffering output STAT data
int stat_row; // Counter for the current stat row

// Polyline masking regions
ConcatString OutInitMaskFile;
Expand Down

0 comments on commit 9362846

Please sign in to comment.