Time: Removed the deprecated timeName() function

use name() instead.
This commit is contained in:
Henry Weller
2024-06-26 11:38:49 +01:00
parent 10c1f27e06
commit 8bf9afff11
14 changed files with 29 additions and 35 deletions

View File

@ -110,7 +110,7 @@ int main(int argc, char *argv[])
const word oldInstance = mesh.pointsInstance();
// Search for list of objects for this time
IOobjectList objects(mesh, runTime.timeName());
IOobjectList objects(mesh, runTime.name());
if (fields) Info<< "Reading geometric fields" << nl << endl;