diff --git a/src/PABLO/ParaTree.cpp b/src/PABLO/ParaTree.cpp index f36f2f097c..5fe5602d6b 100644 --- a/src/PABLO/ParaTree.cpp +++ b/src/PABLO/ParaTree.cpp @@ -5696,7 +5696,7 @@ namespace bitpit { for(std::size_t i = 0; i < nRankBorders; ++i){ const Octant &octant = m_octree.m_octants[rankBordersPerProc[i]]; sendBuffer << octant.getMarker(); - sendBuffer << octant.m_info[Octant::INFO_AUX]; + sendBuffer << static_cast(octant.m_info[Octant::INFO_AUX]); } }