Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
tunxu committed Feb 25, 2025
1 parent e2e05c7 commit fac90ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/t8_vtk/t8_vtk_reader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ t8_vtk_iterate_cells (vtkSmartPointer<vtkDataSet> vtkGrid, t8_cmesh_t cmesh, con

for (int i_vertex = 0; i_vertex < num_id; i_vertex++) {
global_vertex_indices[i_vertex] = id_list->GetId (t8_element_shape_t8_to_vtk_corner_number (cell_type, i_vertex));
t8_debugf ("Iteration: %i\t Tree_ID = %li\t Vertex_T8_ID = %li\n", i_vertex + 1, tree_id,
global_vertex_indices[i_vertex]);
}
t8_cmesh_set_global_vertices_of_tree (cmesh, tree_id, global_vertex_indices.data (), num_id);

Expand Down

0 comments on commit fac90ee

Please sign in to comment.