Skip to content

Commit 7ef8ae5

Browse files
committed
More refactoring
1 parent 5775978 commit 7ef8ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/field/lindgren.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License. See LICENSE in the project root.
33
# ------------------------------------------------------------------
44

5-
function preprocess(::AbstractRNG, process::LindgrenProcess, method::Nothing, init, domain, data)
5+
function preprocess(::AbstractRNG, process::LindgrenProcess, ::Nothing, init, domain, data)
66
# process parameters
77
𝓁 = process.range
88
σ = process.sill

0 commit comments

Comments
 (0)