Skip to content

Commit

Permalink
Per #2339, update stat_analysis to make -job filter -line_type SEEPS …
Browse files Browse the repository at this point in the history
…or SEEPS_MPR run without error.
  • Loading branch information
JohnHalleyGotway committed Nov 10, 2022
1 parent a346450 commit 3cd4716
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/libcode/vx_analysis_util/stat_job.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2223,6 +2223,14 @@ void STATAnalysisJob::dump_stat_line(const STATLine &line) {
write_header_row(ssvar_columns, n_ssvar_columns, 1, dump_at, 0, 0);
break;

case(stat_seeps):
write_header_row(seeps_columns, n_seeps_columns, 1, dump_at, 0, 0);
break;

case(stat_seeps_mpr):
write_header_row(seeps_mpr_columns, n_seeps_mpr_columns, 1, dump_at, 0, 0);
break;

// Just write a STAT header line for indeterminant line types
case(stat_mctc):
case(stat_mcts):
Expand Down

0 comments on commit 3cd4716

Please sign in to comment.