Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/stencil_set.jl @ 1513:d7bc11053951
Fix spelling mistakes
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 21 Mar 2024 15:36:52 +0100 |
parents | 102ebdaf7c11 |
children | 84dc3b9b449b |
line wrap: on
line diff
--- a/src/SbpOperators/stencil_set.jl Tue Jan 23 20:39:06 2024 +0100 +++ b/src/SbpOperators/stencil_set.jl Thu Mar 21 15:36:52 2024 +0100 @@ -5,7 +5,7 @@ StencilSet A `StencilSet` contains a set of associated stencils. The stencils -are are stored in a table, and can be accesed by indexing into the `StencilSet`. +are are stored in a table, and can be accessed by indexing into the `StencilSet`. """ struct StencilSet table @@ -21,7 +21,7 @@ table of the `StencilSet` is a parsed TOML intended for functions like `parse_scalar` and `parse_stencil`. -The `StencilSet` table is not parsed beyond the inital TOML parse. To get usable +The `StencilSet` table is not parsed beyond the initial TOML parse. To get usable stencils use the `parse_stencil` functions on the fields of the stencil set. The reason for this is that since stencil sets are intended to be very