Skip to content

Commit

Permalink
Update field.jl (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchor authored Jul 18, 2023
1 parent 216d57a commit f4d7a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/field.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Keyword arguments
- `data :: OffsetArray`: An offset array with the fields data. If nothing is provided the
field is filled with zeros.
- `boundary_conditions`: If nothing is provided, then field is created using the default
- `boundary_conditions`: If nothing is provided, then field is created using the default
boundary conditions via [`FieldBoundaryConditions`](@ref).
- `indices`: Used to prescribe where a reduced field lives on. For example, at which `k` index
does a two-dimensional ``x``-``y`` field lives on. Default: `(:, :, :)`.
Expand Down

0 comments on commit f4d7a94

Please sign in to comment.