Selaa lähdekoodia

big fix in mpi_node.txx

Dhairya Malhotra 11 vuotta sitten
vanhempi
commit
d9fd48e6ec
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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>