mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
dynamicList change
This commit is contained in:
@ -921,14 +921,7 @@ Foam::List<Foam::pointIndexHit> Foam::meshSearch::intersections
|
||||
|
||||
hits.shrink();
|
||||
|
||||
// Copy into straight list
|
||||
List<pointIndexHit> allHits(hits.size());
|
||||
|
||||
forAll(hits, hitI)
|
||||
{
|
||||
allHits[hitI] = hits[hitI];
|
||||
}
|
||||
return allHits;
|
||||
return hits;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user