Merged BUGFIX: Allow modification of comms type. Author: Henrik Rusche. Merge: Henrik Rusche

This commit is contained in:
Henrik Rusche 2016-05-24 12:45:12 +02:00
commit aaf6eb314c
2 changed files with 2 additions and 2 deletions

View file

@ -635,7 +635,7 @@ Foam::Pstream::nProcsSimpleSum
);
const Foam::debug::optimisationSwitch
Foam::debug::optimisationSwitch
Foam::Pstream::defaultCommsType
(
"commsType",

View file

@ -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()