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 56895b7 commit 5a30100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field/sequential.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function randsingle(rng::AbstractRNG, process::SequentialProcess, ::DefaultRandM
(; domain, geotable, varnames, vartypes) = setup
(; minneighbors, maxneighbors, searcher) = prep

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

Expand Down

0 comments on commit 5a30100

Please sign in to comment.