From bbf60c74304019c89acfb44d2905686c5f4a6072 Mon Sep 17 00:00:00 2001 From: Ivan Utkin Date: Mon, 16 Oct 2023 23:29:52 +0200 Subject: [PATCH] Remove extra lines --- src/BoundaryConditions/BoundaryConditions.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/BoundaryConditions/BoundaryConditions.jl b/src/BoundaryConditions/BoundaryConditions.jl index 8206023b..cd0f3c4e 100644 --- a/src/BoundaryConditions/BoundaryConditions.jl +++ b/src/BoundaryConditions/BoundaryConditions.jl @@ -18,9 +18,7 @@ using KernelAbstractions using Adapt -""" -Overload this method for a custom boundary condition type. -""" +"Overload this method for a custom boundary condition type." apply_boundary_conditions!(::Val{S}, ::Val{D}, arch::Architecture, grid::CartesianGrid, bc::Nothing) where {S,D} = nothing include("utils.jl")