diff SbpOperators/src/constantstenciloperator.jl @ 253:396eadb652bd boundary_conditions

Rename function closureSize to closuresize
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 27 Jun 2019 16:05:26 +0200
parents 7cb4492ccd60
children ccef055233a2
line wrap: on
line diff
--- a/SbpOperators/src/constantstenciloperator.jl	Thu Jun 27 14:43:57 2019 +0200
+++ b/SbpOperators/src/constantstenciloperator.jl	Thu Jun 27 16:05:26 2019 +0200
@@ -17,7 +17,7 @@
 end
 
 @inline function apply(op::ConstantStencilOperator, h::Real, v::AbstractVector, index::Index{Unknown})
-    cSize = closureSize(op)
+    cSize = closuresize(op)
     N = length(v)
 
     i = Int(index)