Skip to content

Commit

Permalink
transform final actual dv values in opt account for tied
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Jun 19, 2024
1 parent 6a824f5 commit f35fe41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/pestpp_common/sequential_lp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pair<double,double> sequentialLP::postsolve_decision_var_report(Parameters &upgr
}
stringstream ss;
ss << slp_iter << ".par";

par_trans.active_ctl2ctl_ip(actual_pars);
of_wr.write_par(file_mgr_ptr->open_ofile_ext(ss.str()),actual_pars,*par_trans.get_offset_ptr(),*par_trans.get_scale_ptr());
file_mgr_ptr->close_file(ss.str());
of_wr.write_par(file_mgr_ptr->open_ofile_ext("par"), actual_pars, *par_trans.get_offset_ptr(), *par_trans.get_scale_ptr());
Expand Down

0 comments on commit f35fe41

Please sign in to comment.