foamListTimes: Added support for the collated fileHandler
Resolves bug-report https://bugs.openfoam.org/view.php?id=3541
This commit is contained in:
@ -87,11 +87,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
if (args.optionFound("processor"))
|
||||
{
|
||||
// Determine the processor count directly
|
||||
while (isDir(args.path()/(word("processor") + name(nProcs))))
|
||||
{
|
||||
++nProcs;
|
||||
}
|
||||
// Determine the processor count
|
||||
const label nProcs = fileHandler().nProcs(args.path());
|
||||
|
||||
if (!nProcs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user