We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6f196 commit 34f1ec8Copy full SHA for 34f1ec8
source/module_cell/module_neighbor/sltk_grid.cpp
@@ -152,8 +152,8 @@ void Grid::setMemberVariables(std::ofstream& ofs_in)
152
}
153
154
this->true_cell_x = glayerX_minus;
155
- this->true_cell_y = glayerX_minus;
156
- this->true_cell_z = glayerX_minus;
+ this->true_cell_y = glayerY_minus;
+ this->true_cell_z = glayerZ_minus;
157
158
159
void Grid::setBoundaryAdjacent(std::ofstream& ofs_in)
0 commit comments