Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/readoperator.jl @ 804:98e0e0f3c5a8 operator_storage_array_of_table
Move exports to top of file in readoperator.jl
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 27 Jul 2021 21:37:16 +0200 |
parents | b874c26ea7d1 |
children | 3881386f25e6 |
line wrap: on
line diff
--- a/src/SbpOperators/readoperator.jl Tue Jul 27 21:35:58 2021 +0200 +++ b/src/SbpOperators/readoperator.jl Tue Jul 27 21:37:16 2021 +0200 @@ -6,6 +6,8 @@ export parse_stencil export parse_rational +export sbp_operators_path + # The read_stencil_set and get_stencil_set functions return the freshly parsed # toml. The generic code in these functions can't be expected to know anyhting # about how to read different stencil sets as they may contain many different @@ -106,4 +108,3 @@ end sbp_operators_path() = (@__DIR__) * "/operators/" -export sbp_operators_path