vtkPVFoam: use the fileHandler readDir
Patch contributed by Mattijs Janssens
This commit is contained in:
@ -199,7 +199,7 @@ void Foam::vtkPVFoam::updateInfoLagrangian
|
|||||||
forAll(times, timei)
|
forAll(times, timei)
|
||||||
{
|
{
|
||||||
cloudDirs +=
|
cloudDirs +=
|
||||||
readDir
|
fileHandler().readDir
|
||||||
(
|
(
|
||||||
dbPtr_->path()/times[timei].name()/lagrangianPrefix,
|
dbPtr_->path()/times[timei].name()/lagrangianPrefix,
|
||||||
fileType::directory
|
fileType::directory
|
||||||
|
|||||||
Reference in New Issue
Block a user