Skip to content

Commit

Permalink
fixed a typo in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Franscesco Di Lauro committed Oct 1, 2024
1 parent 536fd80 commit 35b2e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 35b2e4f

Please sign in to comment.