Skip to content
Snippets Groups Projects
Commit 089e191a authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: avoid deprecated geometricSurfacePatch constructor

parent 3590c397
No related branches found
No related tags found
No related merge requests found
......@@ -261,9 +261,9 @@ autoPtr<triSurf> mergeSurfacePatches
{
newPatches[patchCount] = geometricSurfacePatch
(
newPatchType,
newPatchName,
patchCount
patchCount,
newPatchType
);
}
if (patchAddr[patchAddr.size()-1].size() || keepPatches)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment