Skip to content
Snippets Groups Projects
Commit 41acdf16 authored by andy's avatar andy
Browse files

BUG: mergePoints - implementation redefined default args to function

parent 6038e22d
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment