소스 검색

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>