Skip to content

Commit

Permalink
Also track the number of mesh vertices
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Nov 13, 2024
1 parent c228447 commit fd1b79b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avogadro/qtgui/meshgenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ void MeshGenerator::run()
auto end = std::chrono::high_resolution_clock::now();
std::chrono::duration<double> elapsed = end - start;
qDebug() << "Marching Cube Timing: " << elapsed.count() << " s";
qDebug() << " vertices: " << m_vertices.size();

m_cube->lock()->unlock();

Expand Down

0 comments on commit fd1b79b

Please sign in to comment.