Skip to content

Commit

Permalink
fix in phi handler
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Sep 20, 2023
1 parent d24d812 commit 632b54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/pestpp_common/EnsembleMethodUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2983,7 +2983,7 @@ map<string,map<string,double>> L2PhiHandler::get_swr_real_map(ObservationEnsembl
{
resid = get_obs_resid(oe,true);
}
if (ptype == phiType::ACTUAL)
if else (ptype == phiType::ACTUAL)
{
resid = get_actual_obs_resid(oe);
}
Expand Down

0 comments on commit 632b54a

Please sign in to comment.