Skip to content

Commit

Permalink
Per #3006, work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Dec 27, 2024
1 parent c6dbfb6 commit d926506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/tools/core/pair_stat/pair_stat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ void process_command_line(int argc, char **argv) {

// List the input pair files
mlog << Debug(1)
<< "Reading " << pairs_files.n() << " "
<< pairsformat_to_string(pairs_format) << " Pairs File(s): "
<< "Reading " << pairs_files.n() << " \""
<< pairsformat_to_string(pairs_format) << "\" format pairs file(s): "
<< write_css(pairs_files) << "\n";

// Set the model name
Expand Down
12 changes: 0 additions & 12 deletions src/tools/core/pair_stat/pair_stat_conf_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -959,18 +959,6 @@ void PairStatVxOpt::process_config(PairsFormat ftype,
// Conf: desc
vx_pd.set_desc(parse_conf_string(&odict, conf_key_desc, false).c_str());

// Conf: sid_inc
vx_pd.set_sid_inc_filt(parse_conf_sid_list(&odict, conf_key_sid_inc));

// Conf: sid_exc
vx_pd.set_sid_exc_filt(parse_conf_sid_list(&odict, conf_key_sid_exc));

// Conf: obs_qty_inc
vx_pd.set_obs_qty_inc_filt(parse_conf_obs_qty_inc(&odict));

// Conf: obs_qty_exc
vx_pd.set_obs_qty_exc_filt(parse_conf_obs_qty_exc(&odict));

return;
}

Expand Down

0 comments on commit d926506

Please sign in to comment.