diff diffOp.jl @ 37:5cefb9a55a50

merge with default
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 10 Jan 2019 14:49:30 +0100
parents f2842e08d813
children e8d7137b3f07
line wrap: on
line diff
--- a/diffOp.jl	Thu Jan 10 14:48:50 2019 +0100
+++ b/diffOp.jl	Thu Jan 10 14:49:30 2019 +0100
@@ -29,7 +29,7 @@
 end
 
 # u = L*v
-function apply(L::Laplace1D, u::AbstractVector, v::AbstractVector)
+function apply!(L::Laplace1D, u::AbstractVector, v::AbstractVector)
     N = closureSize(L.op)
     M = length(v)