Mercurial > repos > public > sbplib_julia
changeset 1710:f09d98874f12 refactor/grids/boundary_identifiers_1d
Update docstrings
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Wed, 04 Sep 2024 15:44:55 -0700 |
parents | 52c2e6dff228 |
children | b5690ab5f0b8 |
files | src/Grids/equidistant_grid.jl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Grids/equidistant_grid.jl Sun Jul 07 15:28:09 2024 -0700 +++ b/src/Grids/equidistant_grid.jl Wed Sep 04 15:44:55 2024 -0700 @@ -52,7 +52,7 @@ """ LowerBoundary <: BoundaryIdentifier -Boundary identifier for the the lower (left) boundary of an EquidistantGrid +Boundary identifier for the the lower (left) boundary of a one-dimensional grid. See also: [`BoundaryIdentifier`](@ref) """ @@ -61,7 +61,7 @@ """ UpperBoundary <: BoundaryIdentifier -Boundary identifier for the the upper (right) boundary of an EquidistantGrid +Boundary identifier for the the upper (right) boundary of a one-dimensional grid. See also: [`BoundaryIdentifier`](@ref) """