BUGFIX: Allow modification of comms type
This commit is contained in:
parent
d71febecea
commit
527767454e
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ public:
|
||||||
static const debug::optimisationSwitch nProcsSimpleSum;
|
static const debug::optimisationSwitch nProcsSimpleSum;
|
||||||
|
|
||||||
//- Default commsType
|
//- Default commsType
|
||||||
static const debug::optimisationSwitch defaultCommsType;
|
static debug::optimisationSwitch defaultCommsType;
|
||||||
|
|
||||||
//- Default comms with a cast
|
//- Default comms with a cast
|
||||||
inline static Pstream::commsTypes defaultComms()
|
inline static Pstream::commsTypes defaultComms()
|
||||||
|
|
Reference in a new issue