瀏覽代碼

big fix in mpi_node.txx

Dhairya Malhotra 11 年之前
父節點
當前提交
d9fd48e6ec
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>