fix zeroTempIOB
This commit is contained in:
parent
73d7d98354
commit
3d5fb96d7d
|
@ -325,7 +325,7 @@ public class IobCobCalculatorPlugin extends PluginBase {
|
|||
basalIobWithZeroTemp.plus(calc);
|
||||
}
|
||||
|
||||
basalIob.iobWithZeroTemp = basalIobWithZeroTemp;
|
||||
basalIob.iobWithZeroTemp = IobTotal.combine(bolusIob, basalIobWithZeroTemp).round();
|
||||
}
|
||||
|
||||
IobTotal iobTotal = IobTotal.combine(bolusIob, basalIob).round();
|
||||
|
|
Loading…
Reference in a new issue