We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5775978 commit 7ef8ae5Copy full SHA for 7ef8ae5
src/simulation/field/lindgren.jl
@@ -2,7 +2,7 @@
2
# Licensed under the MIT License. See LICENSE in the project root.
3
# ------------------------------------------------------------------
4
5
-function preprocess(::AbstractRNG, process::LindgrenProcess, method::Nothing, init, domain, data)
+function preprocess(::AbstractRNG, process::LindgrenProcess, ::Nothing, init, domain, data)
6
# process parameters
7
𝓁 = process.range
8
σ = process.sill
0 commit comments