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