diff --git a/resources/scenario.cfg b/resources/scenario.cfg index acae46ed5d5d83e8977f995f982467b740ed7f95..4c3a11b7c914f0b81eaf79aa6020ff00fc7fcdd2 100644 --- a/resources/scenario.cfg +++ b/resources/scenario.cfg @@ -2,7 +2,7 @@ prosim = { - delay_5_sec = 5.0; # Prosim delay + delay_5_sec = 5.0; # Prosim delay-->arbitrary value }; @@ -10,7 +10,7 @@ prosim = { simulation = { time = { run = 3600.0; # Time -> Seconds # How long should simulation run - injury_start = 15.0; # When should injury be introduced to patient + injury_start = 5.0; # When should injury be introduced to patient injury_stop = 700.0; # When should injury be stopped } };