Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Hinsley <w.hinsley@imperial.ac.uk>
  • Loading branch information
richfitz and weshinsley authored May 22, 2024
1 parent 3b79c49 commit 7683b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/interface.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dust_model <- function(name, env = parent.env(parent.frame())) {
##'
##' @param pars A list of parameters. The format of this will depend
##' on the model. If `n_groups` is 1 or more, then this must be a
##' list where each element of length `n_groups` where each element
##' list of length `n_groups` where each element
##' is a list of parameters for your model.
##'
##' @param n_particles The number of particles to create.
Expand Down Expand Up @@ -112,7 +112,7 @@ dust_model_set_state <- function(model, state) {
}


##' Set model state from a models initial conditions. This may depend
##' Set model state from a model's initial conditions. This may depend
##' on the current time.
##'
##' @title Set model state to initial conditions
Expand Down

0 comments on commit 7683b92

Please sign in to comment.