applications/test: Updated to compile with Clang-3.5

This commit is contained in:
Henry
2015-02-04 16:32:36 +00:00
parent 8777c3b308
commit d62a13e89e
10 changed files with 3 additions and 915 deletions

View File

@ -47,7 +47,7 @@ scalar sumReduce
const scalar localValue
)
{
scalar sum;
scalar sum = 0;
if (Pstream::parRun())
{
if (UPstream::master(comm))