STYLE: more consistency in communicator types (int vs label)

This commit is contained in:
Mark Olesen
2025-02-26 11:50:14 +01:00
parent d4b5280742
commit 8c395357f3
23 changed files with 181 additions and 132 deletions

View File

@ -508,7 +508,7 @@ int main(int argc, char *argv[])
#include "setRootCase.H"
const bool useLocalComms = UPstream::usingNodeComms();
const bool useLocalComms = UPstream::usingNodeComms(UPstream::worldComm);
bool useWindow = args.found("window");
bool useBuiltin = args.found("builtin");