diff --git a/src/mesh.cpp b/src/mesh.cpp index 78c2099d28..0b7cfe4a3b 100644 --- a/src/mesh.cpp +++ b/src/mesh.cpp @@ -3935,7 +3935,7 @@ void AdaptiveLibMesh::set_mesh_tally_amalgamation( auto elem = *it; auto cluster_elem = elem; - unsigned int cluster_id = + int cluster_id = elem->get_extra_integer(clustering_element_integer_index_); if (cluster_id != -1) {