diff --git a/src/FieldModule.jl b/src/FieldModule.jl index a5e94916..6363b26f 100644 --- a/src/FieldModule.jl +++ b/src/FieldModule.jl @@ -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!