Skip to content

Commit

Permalink
Update testing.cpp
Browse files Browse the repository at this point in the history
Remove diagnostic code from general_helmholtz test
  • Loading branch information
John Eslick authored Aug 18, 2022
1 parent 2124b22 commit 409f4dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/general_helmholtz/testing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ uint test_basic_properties(comp_enum comp, test_data::data_set_enum data_set, do
err = fd2(memo2_pressure, comp, delta, tau, &p_vec_fd, 1e-8, 1e-4, dat[i][test_data::P_col]*1000, 1e-2, 0);
if(err){
std::cout << err;
err = fd2(memo2_pressure, comp, delta, tau, &p_vec_fd, 1e-8, 1e-4, dat[i][test_data::P_col]*1000, 1e-2, 0);
std::cout << " P = " << dat[i][test_data::P_col]*1000 << " tau = " << tau << std::endl;
return err;
}
else{
Expand Down

0 comments on commit 409f4dd

Please sign in to comment.