mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: motionSmootherTemplates.C : missing comma.
This commit is contained in:
@ -292,7 +292,7 @@ void Foam::motionSmoother::testSyncField
|
|||||||
const Field<Type>& fld,
|
const Field<Type>& fld,
|
||||||
const CombineOp& cop,
|
const CombineOp& cop,
|
||||||
const Type& zero,
|
const Type& zero,
|
||||||
const bool separation
|
const bool separation,
|
||||||
const scalar maxMag
|
const scalar maxMag
|
||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user