Skip to content

Commit

Permalink
remove accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
helenarichie committed Sep 22, 2023
1 parent 9a1b6a9 commit 1c2fb85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reconstruction/reconstruction_tests.cu
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ TEST(tALLReconstructionMonotonizeCharacteristicReturnPrimitive, CorrectInputExpe
// Check results
#ifdef MHD
reconstruction::Primitive const fiducial_data{5046, 2934, -2526, -2828, 1441532, 0.0, -69716, 72152};
=======
testing_utilities::Check_Results(fiducial_data.density, host_results.density, "density");
testing_utilities::Check_Results(fiducial_data.velocity_x, host_results.velocity_x, "velocity_x");
testing_utilities::Check_Results(fiducial_data.velocity_y, host_results.velocity_y, "velocity_y");
Expand Down

0 comments on commit 1c2fb85

Please sign in to comment.