mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 18:44:39 +00:00
nPerfrrmed -> nPerformed
This commit is contained in:
parent
02a2a9f5f7
commit
8769c532db
@ -353,7 +353,7 @@ bool TriOptimizePlugin::applyFilter(QAction *filter, MeshDocument &md, RichParam
|
||||
optimiz.DoOptimization();
|
||||
optimiz.h.clear();
|
||||
|
||||
Log( "%d planar edge flips performed in %.2f sec.", optimiz.nPerfmrmedOps, (clock() - start) / (float) CLOCKS_PER_SEC);
|
||||
Log( "%d planar edge flips performed in %.2f sec.", optimiz.nPerformedOps, (clock() - start) / (float) CLOCKS_PER_SEC);
|
||||
int iternum = par.getInt("iterations");
|
||||
|
||||
tri::Smooth<CMeshO>::VertexCoordPlanarLaplacian(m.cm, iternum, math::ToRad(planarThrDeg), selection,cb);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user