Skip to content

Commit

Permalink
Merge branch 'dev' into dev-hackday-2023-07-03
Browse files Browse the repository at this point in the history
  • Loading branch information
evaneschneider committed Sep 14, 2023
2 parents 9550e28 + 9209462 commit 998a903
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/grid/boundary_conditions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,7 @@ void Grid3D::Custom_Boundary(char bcnd[MAXLEN])
if (strcmp(bcnd, "noh") == 0) {
// from grid/cuda_boundaries.cu
Noh_Boundary();
}
if (strcmp(bcnd, "wind") == 0) {
} else if (strcmp(bcnd, "wind") == 0) {
// from grid/cuda_boundaries.cu
Wind_Boundary();
} else {
Expand Down

0 comments on commit 998a903

Please sign in to comment.