fix type error

This commit is contained in:
magnoxemo 2026-05-21 13:30:52 -05:00
parent 2d5691110f
commit f76231f92c

View file

@ -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) {