Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon authored Nov 22, 2024
1 parent 94887e0 commit 8fe73e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/14-community-hosp/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "../../epiworld.hpp"

/***
* A concrete example would be a model that includes two populations.
* A concrete example with a model that includes two populations.
* - One, a ‘community’ population and the other,
* - a ‘hospital’ population.
* In this model, individuals can move from the community to the hospital (admission) and move from the hospital back into the community (discharge). In both settings, there can be an infectious disease process (e.g. SIS), but we would assume that transmission does not occur between the community and the hospital (of course, this could be relaxed in the future). But through admission and discharge, infections in the community impact dynamics in the hospital and the reverse is true as well.
Expand Down Expand Up @@ -130,4 +130,4 @@ int main() {

return 0;

}
}

0 comments on commit 8fe73e9

Please sign in to comment.