From 28f7c8ce7330b3b96070f0a3cff75a9bae71b215 Mon Sep 17 00:00:00 2001 From: Christoph Schober <mail@christoph-schober.de> Date: Mon, 24 Feb 2025 15:30:50 +0100 Subject: [PATCH] Fix typo --- part_1_disease/configExample/disease_in.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part_1_disease/configExample/disease_in.ini b/part_1_disease/configExample/disease_in.ini index a939f4c..5bbc22b 100644 --- a/part_1_disease/configExample/disease_in.ini +++ b/part_1_disease/configExample/disease_in.ini @@ -8,7 +8,7 @@ simulation_runs = 5 ; total number of runs [disease] ; Global disease configuration name = "Corona" ; Name of the disease duration = 5 ; Days a person is infectious -transmissability = 0.1 ; Probability of the disease being +transmissibility = 0.1 ; Probability of the disease being ; transmitted on contact ; (0.0 = 0%, 1.0 = 100%) -- GitLab