comparison src/SbpOperators/readoperator.jl @ 782:f6e56d5dbc17 operator_storage_array_of_table

Export parse_rational
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 19 Jul 2021 20:11:55 +0200
parents d0c1d0b4da52
children 7669c1e3a9a4
comparison
equal deleted inserted replaced
781:d2f4ac2be47f 782:f6e56d5dbc17
2 2
3 export read_stencil_set 3 export read_stencil_set
4 export get_stencil_set 4 export get_stencil_set
5 5
6 export parse_stencil 6 export parse_stencil
7 export parse_rational
7 8
8 # The read_stencil_set and get_stencil_set functions return the freshly parsed 9 # The read_stencil_set and get_stencil_set functions return the freshly parsed
9 # toml. The generic code in these functions can't be expected to know anyhting 10 # toml. The generic code in these functions can't be expected to know anyhting
10 # about how to read different stencil sets as they may contain many different 11 # about how to read different stencil sets as they may contain many different
11 # kinds of stecils. We should how ever add read_ and get_ functions for all 12 # kinds of stecils. We should how ever add read_ and get_ functions for all