diff src/SbpOperators/volumeops/derivatives/second_derivative_variable.jl @ 913:cad3a9f82009 feature/variable_derivatives

Remove some commented lines of code
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 17 Feb 2022 08:46:19 +0100
parents 33c7e266e1a9
children fc1f03fc8d65
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/derivatives/second_derivative_variable.jl	Tue Feb 15 15:15:11 2022 +0100
+++ b/src/SbpOperators/volumeops/derivatives/second_derivative_variable.jl	Thu Feb 17 08:46:19 2022 +0100
@@ -75,10 +75,6 @@
 
     Iview = Base.setindex(I,:,d)
     return @view a[Iview...]
-
-    # D = domain_dim(op)
-    # Iₗ, _, Iᵣ = split_tuple(I, Val(d-1), Val(1),  Val(D-d))
-    # return @view a[Iₗ..., :, Iᵣ...]
 end
 
 function apply_lower(op::SecondDerivativeVariable, v, I...)