changeset 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 f800f97b3a45
children a9d776400251
files src/SbpOperators/volumeops/derivatives/second_derivative_variable.jl
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
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...)