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 d2265aa commit 7c858edCopy full SHA for 7c858ed
src/Core/Topo/CommandSplitFaces.cpp
@@ -149,8 +149,9 @@ 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