added a forgot std::
This commit is contained in:
parent
2497e3d286
commit
45ffbac554
|
@ -315,7 +315,7 @@ bool RefineE(MESH_TYPE &m, MIDPOINT mid, EDGEPRED ep,bool RefineSelected=false,
|
||||||
|
|
||||||
// Callback stuff
|
// Callback stuff
|
||||||
int step=0;
|
int step=0;
|
||||||
int PercStep=max(1,m.fn/33);
|
int PercStep=std::max(1,m.fn/33);
|
||||||
|
|
||||||
// First Loop: We analyze the mesh to compute the number of the new faces and new vertices
|
// First Loop: We analyze the mesh to compute the number of the new faces and new vertices
|
||||||
FaceIterator fi;
|
FaceIterator fi;
|
||||||
|
|
Loading…
Reference in New Issue