Skip to content

Commit 7c858ed

Browse files
committed
- 2D not needed
1 parent d2265aa commit 7c858ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Core/Topo/CommandSplitFaces.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ 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+
152154
if (!hcf->getNbFaces() && hcf->isStructured()){
153-
m_cofaces.push_back(hcf);
154155
verif(hcf);
155156
#ifdef _DEBUG_SPLIT
156157
std::cout<< hcf->getName()<<" est retenue"<<std::endl;

0 commit comments

Comments
 (0)