Skip to content

Commit e8fa24b

Browse files
committed
no resizing needed
1 parent 6cdd11d commit e8fa24b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sbncode/CAFMaker/FillTrue.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,8 +1269,6 @@ caf::Wall_t caf::GetWallCross(const geo::BoxBoundedGeo &volume, const TVector3 p
12691269
*/
12701270

12711271
if( intersections.empty() ) return caf::kWallNone;
1272-
// ensure intersections has two points. No op if already 2
1273-
intersections.resize( 2, intersections.front() );
12741272

12751273
// get the intersection point closer to p0
12761274
TVector3 closestIntersection;

0 commit comments

Comments
 (0)