Skip to content

Commit

Permalink
Merge pull request #56 from vincentcasseau/main
Browse files Browse the repository at this point in the history
Transform: subzone by faces for NGON v4
  • Loading branch information
vincentcasseau authored Jun 19, 2024
2 parents 986376f + d336934 commit 9c8ce27
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 304 deletions.
4 changes: 2 additions & 2 deletions Cassiopee/KCore/KCore/Connect/v_cleanConnectivity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ PyObject* K_CONNECT::V_cleanConnectivityNGon(
}
}

RELEASESHAREDU(tpl, f2, cn2)
RELEASESHAREDU(tpl, f2, cn2);
}
return tpl;
}
Expand Down Expand Up @@ -869,7 +869,7 @@ PyObject* K_CONNECT::V_cleanConnectivityME(
for (E_Int j = 1; j <= nvpe; j++) cm2(i,j) = cm(i,j);
}
}
RELEASESHAREDU(tpl, f2, cn2)
RELEASESHAREDU(tpl, f2, cn2);
}
return tpl;
}
Expand Down
2 changes: 1 addition & 1 deletion Cassiopee/Post/Post/selectExteriorFaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ PyObject* K_POST::selectExteriorFacesNGon3D(char* varString, FldArrayF& f,
if (boolIndir) indirp[i] = fidx;

nface2[c2] = nbnodes;
if (api == 2 || api == 3) indPH2[c2] = nbnodes;
if (api == 2 || api == 3) indPH2[i] = nbnodes;
for (E_Int p = 0; p < nbnodes; p++)
{
edge[0] = face[p]-1;
Expand Down
Loading

0 comments on commit 9c8ce27

Please sign in to comment.