mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
applications/test: Updated to compile with Clang-3.5
This commit is contained in:
@ -47,7 +47,7 @@ scalar sumReduce
|
||||
const scalar localValue
|
||||
)
|
||||
{
|
||||
scalar sum;
|
||||
scalar sum = 0;
|
||||
if (Pstream::parRun())
|
||||
{
|
||||
if (UPstream::master(comm))
|
||||
|
||||
Reference in New Issue
Block a user