mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
fix type error
This commit is contained in:
parent
2d5691110f
commit
f76231f92c
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue