Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Detectors/Base/src/TGeoGeometryUtils.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ TGeoTessellated* TGeoGeometryUtils::TGeoShapeToTGeoTessellated(TGeoShape const*
return tes;
}


///< Bounded stand-in for a TGeoHalfSpace
void TGeoGeometryUtils::makeHalfSpaceBox(const char* name, const double p[3], const double n[3], double reach)
{
Expand Down
2 changes: 1 addition & 1 deletion Detectors/Base/test/testHalfSpaceBox.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void compare(const TString& tag, const double p[3], const double n[3], double pa
}
if (ref->Contains(x) != box->Contains(x)) {
BOOST_REQUIRE_MESSAGE(false, "containment differs for " << tag.Data() << " at (" << x[0] << "," << x[1] << ","
<< x[2] << "), distance to plane " << d);
<< x[2] << "), distance to plane " << d);
}
}

Expand Down
Loading