mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Renamed folder -> directory for consistency with POSIX and the rest of OpenFOAM
This commit is contained in:
@ -748,7 +748,7 @@ int main(int argc, char *argv[])
|
||||
subsetter.faceMap()
|
||||
)();
|
||||
|
||||
// Read all fields in time and constant folders
|
||||
// Read all fields in time and constant directories
|
||||
IOobjectList objects(mesh, runTime.timeName());
|
||||
IOobjectList timeObjects(IOobjectList(mesh, mesh.facesInstance()));
|
||||
forAllConstIter(IOobjectList, timeObjects, iter)
|
||||
|
||||
Reference in New Issue
Block a user