Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/readoperator.jl @ 856:0ed9ac097200 operator_storage_array_of_table
Review: Small clarification in docs for read_stencil_set
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 18 Jan 2022 22:24:40 +0100 |
parents | 439a5e6c7175 |
children | 568058183791 |
comparison
equal
deleted
inserted
replaced
855:439a5e6c7175 | 856:0ed9ac097200 |
---|---|
8 export parse_tuple | 8 export parse_tuple |
9 | 9 |
10 export sbp_operators_path | 10 export sbp_operators_path |
11 | 11 |
12 | 12 |
13 #REVIEW: Reference fn in doc for read_stencil_set. | |
14 # Is it the filename of the TOML? | |
13 """ | 15 """ |
14 read_stencil_set(fn; filters) | 16 read_stencil_set(fn; filters) |
15 | 17 |
16 Picks out a stencil set from the given TOML file based on some key-value | 18 Picks out a stencil set from the given TOML file based on some key-value |
17 filters. If more than one set matches the filters an error is raised. The | 19 filters. If more than one set matches the filters an error is raised. The |