Merged BUGFIX: Allow modification of comms type. Author: Henrik Rusche. Merge: Henrik Rusche
This commit is contained in:
commit
aaf6eb314c
2 changed files with 2 additions and 2 deletions
|
@ -635,7 +635,7 @@ Foam::Pstream::nProcsSimpleSum
|
|||
);
|
||||
|
||||
|
||||
const Foam::debug::optimisationSwitch
|
||||
Foam::debug::optimisationSwitch
|
||||
Foam::Pstream::defaultCommsType
|
||||
(
|
||||
"commsType",
|
||||
|
|
|
@ -257,7 +257,7 @@ public:
|
|||
static const debug::optimisationSwitch nProcsSimpleSum;
|
||||
|
||||
//- Default commsType
|
||||
static const debug::optimisationSwitch defaultCommsType;
|
||||
static debug::optimisationSwitch defaultCommsType;
|
||||
|
||||
//- Default comms with a cast
|
||||
inline static Pstream::commsTypes defaultComms()
|
||||
|
|
Reference in a new issue