Commit 2230e6e9 authored by wangdawei's avatar wangdawei

test

parent 454ede97
......@@ -237,6 +237,7 @@ void MeshArea::reSetupNeighBorMesh()
bool MeshArea::checkBlockAtAreaToLoad(
const Vector2i &shiftedIndexToLoad)
{
LOG(INFO) << "shiftedIndexToLoad: " << shiftedIndexToLoad.transpose();
Vector2i centerIndex(shiftedIndexToLoad.x(), shiftedIndexToLoad.y());
for(unsigned int i = 0; i < checkNeighbors_.size(); i++){
Vector2i curr_index = centerIndex + checkNeighbors_[i];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment