Skip to content

Commit

Permalink
comment code to test for mac test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tyneises committed Aug 31, 2023
1 parent 5886f3e commit 8005c45
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions tcs/sco2_pc_csp_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ void C_sco2_phx_air_cooler::design_core()
double T_mc_in = ms_des_par.m_T_amb_des + ms_des_par.m_dt_mc_approach; //[K]
double T_t_in = ms_des_par.m_T_htf_hot_in - ms_des_par.m_phx_dt_hot_approach; //[K]


return;



if (ms_des_par.m_cycle_config == 2)
{
std::unique_ptr<C_PartialCooling_Cycle> c_pc_cycle = std::unique_ptr<C_PartialCooling_Cycle>(new C_PartialCooling_Cycle(
Expand Down Expand Up @@ -267,6 +262,13 @@ void C_sco2_phx_air_cooler::design_core()

des_params.m_is_recomp_ok = ms_des_par.m_is_recomp_ok;



return;




auto_err_code = mpc_sco2_cycle->auto_opt_design(des_params);
}
else
Expand Down

0 comments on commit 8005c45

Please sign in to comment.