Skip to content

Commit

Permalink
Add std::
Browse files Browse the repository at this point in the history
  • Loading branch information
HomesGH authored Oct 18, 2023
1 parent 1444f41 commit 90e835c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/tests/ExtendedProfileSamplingTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void ExtendedProfileSamplingTest::testEPSampling() {
ASSERT_DOUBLES_EQUAL(rho_actual_all, rho_actual_cid1, delta);
ASSERT_DOUBLES_EQUAL(ekin_actual_all, ekin_actual_cid1, delta);
}
cout << endl;
std::cout << std::endl;
}

}

0 comments on commit 90e835c

Please sign in to comment.