COMP: motionSmootherTemplates.C : missing comma.

This commit is contained in:
mattijs
2010-05-12 16:04:30 +01:00
parent 09910a0dae
commit 1ed3261f33

View File

@ -292,7 +292,7 @@ void Foam::motionSmoother::testSyncField
const Field<Type>& fld,
const CombineOp& cop,
const Type& zero,
const bool separation
const bool separation,
const scalar maxMag
) const
{