Skip to content

Commit fa1e83a

Browse files
committed
update path
1 parent b75c01e commit fa1e83a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp-tutorials/abm/tutorial_abm_vaccination.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +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 ="vacc_county_ageinf_ma7.json";
422+
const std::string vacc_json_path = "./vacc_county_ageinf_ma7.json";
423423
const int county_id = 1002;
424424
const mio::Date sim_start = mio::Date(2020, 10, 1);
425425

0 commit comments

Comments
 (0)