Skip to content

Commit

Permalink
Corrected spacing in immunity character vector.
Browse files Browse the repository at this point in the history
  • Loading branch information
RJSheppard committed Jul 30, 2024
1 parent 78d5819 commit bec21c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/processes.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ create_processes <- function(
# Rendering
# =========

imm_var_names <- c('ica','icm','id','iva','ivm')
imm_var_names <- c('ica', 'icm', 'id', 'iva', 'ivm')
if(parameters$parasite == "falciparum"){
imm_var_names <- c(imm_var_names,'ib')
imm_var_names <- c(imm_var_names, 'ib')
}

processes <- c(
Expand Down

0 comments on commit bec21c4

Please sign in to comment.