Skip to content

Commit

Permalink
node -> znode
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Apr 1, 2024
1 parent 3d3cdae commit 9b03066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImmersedBoundaries/partial_cell_bottom.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ end
ib = ibg.immersed_boundary
# Get node at face above and defining nodes on c,c,f
#x, y, z = node(i, j, k+1, underlying_grid, c, c, f)
z = node(i, j, k+1, underlying_grid, c, c, f)
z = znode(i, j, k+1, underlying_grid, c, c, f)

# Get bottom height and fractional Δz parameter
h = @inbounds ib.bottom_height[i, j, 1]
Expand Down

0 comments on commit 9b03066

Please sign in to comment.