Mercurial > repos > public > sbplib_julia
comparison test/testSbpOperators.jl @ 335:f4e3e71a4ff4 refactor/combine_to_one_package
Fix `using` commands to refer to local modules within the Sbplib package/module
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Fri, 25 Sep 2020 13:25:32 +0200 |
| parents | 01b851161018 |
| children | 2b0c9b30ea3b |
comparison
equal
deleted
inserted
replaced
| 334:91e015880ae6 | 335:f4e3e71a4ff4 |
|---|---|
| 1 using Test | 1 using Test |
| 2 using SbpOperators | 2 using Sbplib.SbpOperators |
| 3 using Grids | 3 using Sbplib.Grids |
| 4 using RegionIndices | 4 using Sbplib.RegionIndices |
| 5 using LazyTensors | 5 using Sbplib.LazyTensors |
| 6 | 6 |
| 7 # @testset "apply_quadrature" begin | 7 # @testset "apply_quadrature" begin |
| 8 # op = readOperator(sbp_operators_path()*"d2_4th.txt",sbp_operators_path()*"h_4th.txt") | 8 # op = readOperator(sbp_operators_path()*"d2_4th.txt",sbp_operators_path()*"h_4th.txt") |
| 9 # h = 0.5 | 9 # h = 0.5 |
| 10 # | 10 # |
