Skip to content

Commit

Permalink
#3526 clarify wording
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Apr 10, 2024
1 parent a108866 commit 043fcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybamm/spatial_methods/finite_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ def upwind_or_downwind(self, symbol, discretised_symbol, bcs, direction):
f"{direction}ing '{symbol}'"
)

# Extract only the relevant boundary condition as the system might have both
# Extract only the relevant boundary condition as the model might have both
bc_subset = {bc_side: bcs[symbol][bc_side]}
symbol_out, _ = self.add_ghost_nodes(symbol, discretised_symbol, bc_subset)
return symbol_out

0 comments on commit 043fcbe

Please sign in to comment.