Skip to content

Commit

Permalink
Per #2583, fix typo to enable compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Nov 1, 2023
1 parent d49cddb commit 2d61020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcode/vx_statistics/pair_data_ensemble.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ void PairDataEnsemble::assign(const PairDataEnsemble &pd) {
ign_na = pd.ign_na;
pit_na = pd.pit_na;

ign_oerr_cnv_na = pd.ign_oerr_convolved_na;
ign_oerr_cor_na = pd.ign_oerr_cnv_na;
ign_oerr_cnv_na = pd.ign_oerr_cnv_na;
ign_oerr_cor_na = pd.ign_oerr_cor_na;
dawid_seb_na = pd.dawid_seb_na;

n_ge_obs_na = pd.n_ge_obs_na;
Expand Down

0 comments on commit 2d61020

Please sign in to comment.