diff --git a/batchRuns/ODESGeneralizedImmunity.R b/batchRuns/ODESGeneralizedImmunity.R index 2f7a463..7b47ed5 100644 --- a/batchRuns/ODESGeneralizedImmunity.R +++ b/batchRuns/ODESGeneralizedImmunity.R @@ -767,7 +767,7 @@ SEAI_wildOnly<-function(t,y,p){ }) } -allPara<-read.csv("Documents/ParamListGen.csv",sep=",",header=T) +allPara<-read.csv("MalariaResistance/batchRuns/ParamListGen.csv",sep=",",header=T) currentPara<-allPara[allPara$No==No,]