From a7330bbffcfa7fbd240bba99d9a51f3b41b20194 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 19 Sep 2017 09:30:50 +0100 Subject: [PATCH] argList: Minor format correction --- src/OpenFOAM/global/argList/argList.C | 3 +-- src/OpenFOAM/global/argList/argList.H | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenFOAM/global/argList/argList.C b/src/OpenFOAM/global/argList/argList.C index 8c43a70cb6..648c51a45c 100644 --- a/src/OpenFOAM/global/argList/argList.C +++ b/src/OpenFOAM/global/argList/argList.C @@ -33,8 +33,7 @@ License #include "labelList.H" #include "regIOobject.H" #include "dynamicCode.H" -#include "uncollatedFileOperation.H" -#include "masterUncollatedFileOperation.H" +#include "fileOperation.H" #include diff --git a/src/OpenFOAM/global/argList/argList.H b/src/OpenFOAM/global/argList/argList.H index 2e6bbfd62c..b85b9b2034 100644 --- a/src/OpenFOAM/global/argList/argList.H +++ b/src/OpenFOAM/global/argList/argList.H @@ -103,6 +103,7 @@ namespace Foam class argList { // Private data + static bool bannerEnabled; //- Switch on/off parallel mode. Has to be first to be constructed