Made floatTransfer 0 by default.

This commit is contained in:
henry
2009-05-05 21:25:01 +01:00
parent fbf67192e0
commit ac37ed4537

View File

@ -230,7 +230,7 @@ Foam::List<Foam::Pstream::commsStruct> Foam::Pstream::treeCommunication_(0);
// in accuracy // in accuracy
bool Foam::Pstream::floatTransfer bool Foam::Pstream::floatTransfer
( (
debug::optimisationSwitch("floatTransfer", 1) debug::optimisationSwitch("floatTransfer", 0)
); );
// Number of processors at which the reduce algorithm changes from linear to // Number of processors at which the reduce algorithm changes from linear to