Skip to content

Commit b75c01e

Browse files
committed
update
1 parent 53f57ec commit b75c01e

2 files changed

Lines changed: 4971 additions & 2 deletions

File tree

cpp-tutorials/abm/tutorial_abm_vaccination.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,7 @@ int main(int argc, char* argv[])
419419
// ── Data-driven mode ─────────────────────────────────────────
420420
// Read real-world vaccination counts from a JSON file and apply
421421
// them day-by-day to the model's persons.
422-
const std::string vacc_json_path =
423-
"/Users/saschakorf/Documents/Promotion/memilio-tutorials/cpp-tutorials/abm/vacc_county_ageinf_ma7.json";
422+
const std::string vacc_json_path ="vacc_county_ageinf_ma7.json";
424423
const int county_id = 1002;
425424
const mio::Date sim_start = mio::Date(2020, 10, 1);
426425

0 commit comments

Comments
 (0)