From 35b2e4fcf62381dfc4c33ef626817057a3a61625 Mon Sep 17 00:00:00 2001 From: Franscesco Di Lauro Date: Tue, 1 Oct 2024 14:08:55 +0100 Subject: [PATCH] fixed a typo in constants --- src/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.h b/src/constants.h index 79e9da5..46f5f07 100644 --- a/src/constants.h +++ b/src/constants.h @@ -311,7 +311,7 @@ extern const char RISK_GP_NAMES[N_RISK][5]; /* Decides if a cascade event (e.g. an HIV test) is from PopART or not. * If it is PopART then things happen faster (e.g. time to CD4 test is quicker), and * ART CD4 eligibility may be different. */ -#define NOTPOPART990 +#define NOTPOPART 0 #define POPART 1 #define NCHIPSROUNDS 3 /* Number of rounds of CHiPS visits. */