mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: make creation of streamline seeds demand-driven
This commit is contained in:
@ -52,7 +52,7 @@ void Foam::functionObjects::streamLine::track()
|
||||
initialParticles
|
||||
);
|
||||
|
||||
const sampledSet& seedPoints = sampledSetPtr_();
|
||||
const sampledSet& seedPoints = sampledSetPoints();
|
||||
|
||||
forAll(seedPoints, i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user