Mercurial > repos > public > sbplib_julia
comparison test/SbpOperators/stencil_set_test.jl @ 1726:471a948cd2b2 rename_module
Rename project from Sbplib to Diffinitive
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 07 Sep 2024 12:11:53 -0700 |
parents | 8315c456e3b4 |
children |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1726:471a948cd2b2 |
---|---|
1 using Test | 1 using Test |
2 | 2 |
3 using TOML | 3 using TOML |
4 using Sbplib.SbpOperators | 4 using Diffinitive.SbpOperators |
5 | 5 |
6 import Sbplib.SbpOperators.Stencil | 6 import Diffinitive.SbpOperators.Stencil |
7 import Sbplib.SbpOperators.NestedStencil | 7 import Diffinitive.SbpOperators.NestedStencil |
8 | 8 |
9 @testset "readoperator" begin | 9 @testset "readoperator" begin |
10 toml_str = """ | 10 toml_str = """ |
11 [meta] | 11 [meta] |
12 authors = "Ken Mattson" | 12 authors = "Ken Mattson" |