Skip to content

Commit

Permalink
updated immunity.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Qixin He committed Feb 27, 2022
1 parent ba61e48 commit 0d7d35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batchRuns/ODESImmunity_hqx.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ SEAI<-function(t,y,p){

allPara<-read.csv(paramFile,sep=",",header=T)

currentPara<-allPara[No,]
currentPara<-allPara[allPara$No==No,]

t2 = seq(from=0,to=30*365,by=1)
N0 = c(PWU=100,PWD=0,PRU=2,PRD=0,
Expand Down

0 comments on commit 0d7d35c

Please sign in to comment.