Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascarv committed Nov 1, 2023
1 parent 25a7fc5 commit 56895b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field/gaussian/lu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function randprep(::AbstractRNG, process::GaussianProcess, method::LUMethod, set
fact = method.factorization
init = method.init

# initialize buffers for realizations and process mask
# initialize buffers for realizations and simulation mask
vars = Dict(zip(varnames, vartypes))
buff, mask = initbuff(domain, vars, init, data=geotable)

Expand Down

0 comments on commit 56895b7

Please sign in to comment.