test mass changes

parent 1d20ed58
Pipeline #951 canceled with stage
......@@ -1315,7 +1315,7 @@ void BreathingLoop::runningAvgs()
}
if(_bl_state == BL_STATES::EXHALE ){
_volumeStandard = ((_Pstartbuffer - _Pendbuffer) * (10/(0.0082*293)) + (_cycle_readings.plateau_pressure*(1+(0.1*(_cycle_readings.plateau_pressure -_peep)-(_peep*1))/(0.0082*293);
_volumeStandard = ((_Pstartbuffer - _Pendbuffer) * (10/(0.0082*293)) + (_cycle_readings.plateau_pressure*(1+(0.1*(_cycle_readings.plateau_pressure -_peep)-(_peep*1))/(0.0082*293));
}
_sum_airway_pressure += _readings_avgs.pressure_patient;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment