BUG: mergePoints - implementation redefined default args to function
This commit is contained in:
parent
6038e22d4e
commit
41acdf1606
@ -180,7 +180,7 @@ bool Foam::mergePoints
|
||||
const bool verbose,
|
||||
labelList& pointMap,
|
||||
List<Type>& newPoints,
|
||||
const Type& origin = Type::zero
|
||||
const Type& origin
|
||||
)
|
||||
{
|
||||
label nUnique = mergePoints
|
||||
|
Loading…
Reference in New Issue
Block a user