Mercurial > repos > public > sbplib_julia
diff 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 |
line wrap: on
line diff
--- a/test/testSbpOperators.jl Fri Sep 25 13:13:07 2020 +0200 +++ b/test/testSbpOperators.jl Fri Sep 25 13:25:32 2020 +0200 @@ -1,8 +1,8 @@ using Test -using SbpOperators -using Grids -using RegionIndices -using LazyTensors +using Sbplib.SbpOperators +using Sbplib.Grids +using Sbplib.RegionIndices +using Sbplib.LazyTensors # @testset "apply_quadrature" begin # op = readOperator(sbp_operators_path()*"d2_4th.txt",sbp_operators_path()*"h_4th.txt")