mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add comment explaining why 6.0 were chosen
This commit is contained in:
parent
e2d174837a
commit
d0df141cf7
@ -16,6 +16,7 @@
|
||||
#define GET_ARRAY(config,default) (if (isArray (config)) then {getArray (config)} else {default})
|
||||
|
||||
// --- blood
|
||||
// 0.077 l/kg * 80kg = 6.16l
|
||||
#define DEFAULT_BLOOD_VOLUME 6.0 // in liters
|
||||
|
||||
#define HAS_LOST_SOME_BLOOD_THRESHOLD 0.100 // in liters
|
||||
|
Loading…
Reference in New Issue
Block a user