commented "int _t2=clock();" call in Crease function, it is unuseful and requires to include time.h
This commit is contained in:
parent
7aefe275b3
commit
66ae917613
|
@ -954,7 +954,7 @@ void Crease(MESH_TYPE &m, typename MESH_TYPE::scalar_type angleRad)
|
|||
VISITED_2= MESH_TYPE::FaceType::USER0<<2} ;
|
||||
int vis[3]={VISITED_0,VISITED_1,VISITED_2};
|
||||
|
||||
int _t2=clock();
|
||||
//int _t2=clock();
|
||||
typename MESH_TYPE::FaceIterator fi;
|
||||
for(fi=m.face.begin();fi!=m.face.end();++fi)
|
||||
if(!(*fi).IsD()) (*fi).Supervisor_Flags()&= (~(VISITED_0 | VISITED_1 | VISITED_2));
|
||||
|
|
Loading…
Reference in New Issue