mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use fileOperation nProcs() instead of setNProcs()
This commit is contained in:
@ -230,7 +230,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
// Warn fileHandler of number of processors
|
||||
const_cast<fileOperation&>(fileHandler()).setNProcs(nProcs);
|
||||
const_cast<fileOperation&>(fileHandler()).nProcs(nProcs);
|
||||
|
||||
// Create the processor databases
|
||||
PtrList<Time> databases(nProcs);
|
||||
|
||||
Reference in New Issue
Block a user