Skip to content

Commit

Permalink
Remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Oct 16, 2023
1 parent ee28515 commit bbf60c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/BoundaryConditions/BoundaryConditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit bbf60c7

Please sign in to comment.