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 8005c45 commit ce46644
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 5 additions & 1 deletion tcs/sco2_pc_csp_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,11 @@ void C_sco2_phx_air_cooler::design_core()

// Set min temp
m_T_mc_in_min = mpc_sco2_cycle->get_design_limits().m_T_mc_in_min; //[K]



return;


if (ms_des_par.m_design_method == 1)
{
// Design the cycle to hit a specified efficiency
Expand Down
6 changes: 0 additions & 6 deletions tcs/sco2_recompression_cycle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2703,12 +2703,6 @@ void C_RecompCycle::auto_opt_design_core(int & error_code)
// Outer optimization loop
m_objective_metric_auto_opt = 0.0;



return;



double best_P_high = m_P_high_limit; //[kPa]
double PR_mc_guess = 2.5; //[-]
if (!ms_opt_des_par.m_fixed_P_mc_out)
Expand Down

0 comments on commit ce46644

Please sign in to comment.