We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296a3b9 commit d2cf536Copy full SHA for d2cf536
src/Core/Topo/CommandSplitFaces.cpp
@@ -149,9 +149,8 @@ void CommandSplitFaces::init2D(std::vector<Topo::CoFace* > &cofaces)
149
for (std::vector<Topo::CoFace* >::iterator iter = cofaces.begin();
150
iter != cofaces.end(); ++iter){
151
Topo::CoFace* hcf = *iter;
152
- m_cofaces.push_back(hcf);
153
-
154
if (!hcf->getNbFaces() && hcf->isStructured()){
+ m_cofaces.push_back(hcf);
155
verif(hcf);
156
#ifdef _DEBUG_SPLIT
157
std::cout<< hcf->getName()<<" est retenue"<<std::endl;
0 commit comments