From 52acf6a651d5c3ab354941ec80fea7616a151b26 Mon Sep 17 00:00:00 2001 From: fmg005 Date: Sun, 29 Apr 2018 23:34:17 -0400 Subject: [PATCH] Added comment --- resources/scenario.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/scenario.cfg b/resources/scenario.cfg index acae46e..4c3a11b 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 } }; -- 2.24.1