mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: mergePoints - implementation redefined default args to function
This commit is contained in:
@ -180,7 +180,7 @@ bool Foam::mergePoints
|
|||||||
const bool verbose,
|
const bool verbose,
|
||||||
labelList& pointMap,
|
labelList& pointMap,
|
||||||
List<Type>& newPoints,
|
List<Type>& newPoints,
|
||||||
const Type& origin = Type::zero
|
const Type& origin
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
label nUnique = mergePoints
|
label nUnique = mergePoints
|
||||||
|
|||||||
Reference in New Issue
Block a user