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 5a30100 commit 97db64b
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 @@ -91,7 +91,7 @@ function randsingle(rng::AbstractRNG, process::SequentialProcess, ::DefaultRandM
realization = buff[var]
simulated = mask[var]

# process loop
# simulation loop
for ind in traverse(domain, path)
if !simulated[ind]
center = pset[ind]
Expand Down

0 comments on commit 97db64b

Please sign in to comment.