Pārlūkot izejas kodu

big fix in mpi_node.txx

Dhairya Malhotra 11 gadi atpakaļ
vecāks
revīzija
d9fd48e6ec
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      include/mpi_node.txx

+ 1 - 0
include/mpi_node.txx

@@ -64,6 +64,7 @@ template <class T>
 void MPI_Node<T>::SetCoord(MortonId& mid){
   assert(coord);
   mid.GetCoord(coord);
+  depth=mid.GetDepth();
 }
 
 template <class T>