Formatting

This commit is contained in:
Hrvoje Jasak 2015-03-18 13:27:52 +00:00
parent 270ade1d4a
commit f1adf78065

View file

@ -332,14 +332,14 @@ public:
//- Initialise the evaluation of the patch field //- Initialise the evaluation of the patch field
virtual void initEvaluate virtual void initEvaluate
( (
const Pstream::commsTypes commsType=Pstream::blocking const Pstream::commsTypes commsType = Pstream::blocking
) )
{} {}
//- Evaluate the patch field, sets Updated to false //- Evaluate the patch field, sets Updated to false
virtual void evaluate virtual void evaluate
( (
const Pstream::commsTypes commsType=Pstream::blocking const Pstream::commsTypes commsType = Pstream::blocking
) )
{} {}