diff test/SbpOperators/boundaryops/boundary_restriction_test.jl @ 732:6114274447f5 feature/selectable_tests

Add missing using and imports in test files
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 17 Mar 2021 21:21:23 +0100
parents 45966c77cb20
children bea2feebbeca
line wrap: on
line diff
--- a/test/SbpOperators/boundaryops/boundary_restriction_test.jl	Wed Mar 17 20:56:47 2021 +0100
+++ b/test/SbpOperators/boundaryops/boundary_restriction_test.jl	Wed Mar 17 21:21:23 2021 +0100
@@ -2,6 +2,10 @@
 
 using Sbplib.SbpOperators
 using Sbplib.Grids
+using Sbplib.RegionIndices
+using Sbplib.LazyTensors
+
+import Sbplib.SbpOperators.BoundaryOperator
 
 @testset "boundary_restriction" begin
     op = read_D2_operator(sbp_operators_path()*"standard_diagonal.toml"; order=4)