Skip to content

Commit 462ab5a

Browse files
committed
Maing sure that HowTo-BurnWoundPainStimulus.cpp matches original branch
1 parent b6530b0 commit 462ab5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/howto/BurnWoundPainStimulus/src/HowTo-BurnWoundPainStimulus.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ void BurnThread::FluidLoading(double tbsa)
302302
double targetHighUrineProduction_mL_Per_Hr = 1.0 * weight_kg; //average of around 50ml/hr
303303
double DayLimit_mL = 4.0 * weight_kg * tbsa;
304304
double initialInfustion_mL_Per_hr = 0.0; //tbsa * 10.0; // Should start at 10*tbsa // (DayLimit_mL / 0.5) / 8.0; //half of the fluid should be loaded in the first 8 hours;
305+
double initialInfustionAlbumin_mL_Per_hr = 40.0; //tbsa * 10.0; // Should start at 10*tbsa // (DayLimit_mL / 0.5) / 8.0; //half of the fluid should be loaded in the first 8 hours;
305306
double hrsBeforeIntervention = 1.0;
306307
double DayLimit_Hr = DayLimit_mL / 25.0;
307308
double temp = 0.0;
@@ -364,6 +365,7 @@ void BurnThread::FluidLoading(double tbsa)
364365
double errTitrate[] {0.9, 1.0, 1.1};
365366
int errSelection = rand() % (3 - 1 + 1) + 1;
366367
scaleTitration = errTitrate[errSelection - 1];
368+
scaleTitration = 1.0;
367369
//m_bg->GetLogger()->Info(asprintf("Were they right? titrate percent is: %f %s", scaleTitration, "percent"));
368370

369371
if (fluidOn == true) {

0 commit comments

Comments
 (0)