Skip to content

Commit d2cf536

Browse files
committed
Revert "- 2D not needed"
This reverts commit 7c858ed.
1 parent 296a3b9 commit d2cf536

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Core/Topo/CommandSplitFaces.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@ void CommandSplitFaces::init2D(std::vector<Topo::CoFace* > &cofaces)
149149
for (std::vector<Topo::CoFace* >::iterator iter = cofaces.begin();
150150
iter != cofaces.end(); ++iter){
151151
Topo::CoFace* hcf = *iter;
152-
m_cofaces.push_back(hcf);
153-
154152
if (!hcf->getNbFaces() && hcf->isStructured()){
153+
m_cofaces.push_back(hcf);
155154
verif(hcf);
156155
#ifdef _DEBUG_SPLIT
157156
std::cout<< hcf->getName()<<" est retenue"<<std::endl;

0 commit comments

Comments
 (0)