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,
|
||||
labelList& pointMap,
|
||||
List<Type>& newPoints,
|
||||
const Type& origin = Type::zero
|
||||
const Type& origin
|
||||
)
|
||||
{
|
||||
label nUnique = mergePoints
|
||||
|
||||
Reference in New Issue
Block a user