Skip to content

Commit

Permalink
Update Src/Extern/Bittree/AMReX_Bittree.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Sep 28, 2023
1 parent 7638198 commit af0b7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Extern/Bittree/AMReX_Bittree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ bool btUnit::checkNeighborsRefine(BittreeAmr* const mesh, MortonTree::Block b) {
return false;
}

/** Calculate integer coordinates of neighbors, taking into acount BCs.
/** Calculate integer coordinates of neighbors, taking into account BCs.
* Currently assuming Periodic in all directions.
*/
std::vector<int> btUnit::neighIntCoords(BittreeAmr* const mesh,
Expand Down

0 comments on commit af0b7cf

Please sign in to comment.