Przeglądaj źródła

big fix in mpi_node.txx

Dhairya Malhotra 11 lat temu
rodzic
commit
d9fd48e6ec
1 zmienionych plików z 1 dodań i 0 usunięć
  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>