Skip to content

Commit 6449eeb

Browse files
ajbairdStevenAWhite
authored andcommitted
abaird - induction scenario testing old and young people
1 parent f43fb75 commit 6449eeb

File tree

3 files changed

+172
-102
lines changed

3 files changed

+172
-102
lines changed

projects/biogears/libBiogears/src/engine/Controller/BioGears.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ bool BioGears::SetupPatient()
286286
// AGE ---------------------------------------------------------------
287287
double age_yr;
288288
double ageMin_yr = 18.0;
289-
double ageMax_yr = 65.0;
289+
double ageMax_yr = 105.0;
290290
double ageStandard_yr = 44.0;
291291
if (!m_Patient->HasAge()) {
292292
m_Patient->GetAge().SetValue(ageStandard_yr, TimeUnit::yr);

0 commit comments

Comments
 (0)