mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 16:44:37 +00:00
Fixed bug in curvature edge flips count.
This commit is contained in:
parent
e608bff041
commit
b70732a496
@ -317,9 +317,6 @@ bool TriOptimizePlugin::applyFilter(QAction *filter, MeshModel &m,
|
||||
"Optimizing...");
|
||||
} while (optimiz.currMetric < -epsilon && !optimiz.h.empty());
|
||||
|
||||
cb(100, "End");
|
||||
nflips += optimiz.nPerfmormedOps;
|
||||
|
||||
Log(GLLogStream::Info,
|
||||
"%d curvature edge flips performed in %.2f sec.",
|
||||
nflips, (clock() - start) / (float) CLOCKS_PER_SEC);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user