Skip to content

Commit

Permalink
augments documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed May 31, 2024
1 parent d5215fb commit 8461136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FieldModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,8 @@ end
applyebc!(self::F) where {F<:AbstractField}
Apply EBCs (essential boundary conditions).
DEPRECATED: This function is a no-op and will be removed in the future.
"""
function applyebc!(self::F) where {F<:AbstractField}
# NO-OP: all has already been done by setebc!
Expand Down

0 comments on commit 8461136

Please sign in to comment.