From 527767454e510016a315ad2475e05e7b308ad6cf Mon Sep 17 00:00:00 2001 From: Henrik Rusche Date: Tue, 9 Feb 2016 09:30:42 +0100 Subject: [PATCH] BUGFIX: Allow modification of comms type --- src/foam/db/IOstreams/Pstreams/Pstream.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/foam/db/IOstreams/Pstreams/Pstream.H b/src/foam/db/IOstreams/Pstreams/Pstream.H index 41275dfe3..53490b186 100644 --- a/src/foam/db/IOstreams/Pstreams/Pstream.H +++ b/src/foam/db/IOstreams/Pstreams/Pstream.H @@ -228,7 +228,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()