Skip to content

Commit

Permalink
revert files
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitra97 committed Dec 13, 2023
1 parent 40185a3 commit 3f12232
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ BOOST_AUTO_TEST_CASE(Multi_Wire_Structure_Builder_StrawSurfacesCreation) {
}
}


std::vector<ActsScalar> vBounds = {0.5 * nSurfacesX * 2 * radius,
0.5 * nSurfacesX * 2 * radius,
0.5 * nSurfacesY * 2 * radius, halfZ};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ BOOST_AUTO_TEST_CASE(Navigation_in_Indexed_Surfaces) {

nState.currentVolume = volumes.front().get();
nState.currentVolume->updateNavigationState(tContext, nState);
std::cout << nState.surfaceCandidates.size() << std::endl;

// check the surface candidates after update (12 surfaces + 6 portals)
BOOST_CHECK_EQUAL(nState.surfaceCandidates.size(), 18u);
Expand Down

0 comments on commit 3f12232

Please sign in to comment.