Skip to content

Commit

Permalink
Merge pull request #318 from mrc-ide/i289-vignettes-cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz authored Nov 4, 2021
2 parents 79f4e0d + 42d3b7c commit c6d40d4
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 155 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dust
Title: Iterate Multiple Realisations of Stochastic Models
Version: 0.11.3
Version: 0.11.4
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "[email protected]"),
person("John", "Lees", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion R/rng.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
##' draw.
##'
##' * If a 3d array is provided with `n` columns and `n_generators`
##' "layers" then we vary over both draws and generators so tha with
##' "layers" then we vary over both draws and generators so that with
##' use vector `prob[, i, j]` for the `i`th draw on the `j`th
##' stream.
##'
Expand Down
2 changes: 1 addition & 1 deletion inst/examples/sirs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class sirs {
}

real_type compare_data(const real_type * state, const data_type& data,
rng_state_type& rng_state) {
rng_state_type& rng_state) {
const real_type incidence_modelled = state[3];
const real_type incidence_observed = data.incidence;
const real_type lambda = incidence_modelled +
Expand Down
4 changes: 2 additions & 2 deletions man/dust_rng.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c6d40d4

Please sign in to comment.