Skip to content

Commit 34f1ec8

Browse files
committed
fix a typo
1 parent 6e6f196 commit 34f1ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_cell/module_neighbor/sltk_grid.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ void Grid::setMemberVariables(std::ofstream& ofs_in)
152152
}
153153

154154
this->true_cell_x = glayerX_minus;
155-
this->true_cell_y = glayerX_minus;
156-
this->true_cell_z = glayerX_minus;
155+
this->true_cell_y = glayerY_minus;
156+
this->true_cell_z = glayerZ_minus;
157157
}
158158

159159
void Grid::setBoundaryAdjacent(std::ofstream& ofs_in)

0 commit comments

Comments
 (0)