Mercurial > repos > public > sbplib_julia
changeset 593:fa03dae0ff0b refactor/toml_operator_format
Fix two typos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 02 Dec 2020 15:24:56 +0100 |
parents | 4781e759d92f |
children | cc86b920531a |
files | src/SbpOperators/operators/standard_diagonal.toml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/SbpOperators/operators/standard_diagonal.toml Wed Dec 02 14:20:24 2020 +0100 +++ b/src/SbpOperators/operators/standard_diagonal.toml Wed Dec 02 15:24:56 2020 +0100 @@ -26,10 +26,10 @@ D2.inner_stencil = ["-1/12","4/3","-5/2","4/3","-1/12"] D2.closure_stencils = [ - [ "2", "-5", "4", "-1", "0", "0"], - [ "1", "-2", "1", "0", "0", "0"], - [ "-4/43", "59/43", "-110/43", "9/43", "-4/43", "0"], - [ "-1/49", "0", "59/49", "118/49", "64/49", "-4/49"], + [ "2", "-5", "4", "-1", "0", "0"], + [ "1", "-2", "1", "0", "0", "0"], + [ "-4/43", "59/43", "-110/43", "59/43", "-4/43", "0"], + [ "-1/49", "0", "59/49", "-118/49", "64/49", "-4/49"], ] e.closure = ["1"]