diff --git a/Detectors/Base/src/TGeoGeometryUtils.cxx b/Detectors/Base/src/TGeoGeometryUtils.cxx index 99700ee92c218..ed388c3168fd9 100644 --- a/Detectors/Base/src/TGeoGeometryUtils.cxx +++ b/Detectors/Base/src/TGeoGeometryUtils.cxx @@ -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) { diff --git a/Detectors/Base/test/testHalfSpaceBox.cxx b/Detectors/Base/test/testHalfSpaceBox.cxx index 3410aaa296e16..712b614abfa53 100644 --- a/Detectors/Base/test/testHalfSpaceBox.cxx +++ b/Detectors/Base/test/testHalfSpaceBox.cxx @@ -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); } }