Merge pull request #258 from PoweRGbg/patch-1
fixed getICList() returning bg units/U to g/hr
This commit is contained in:
commit
9bd7204cc9
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ public class Profile {
|
|||
}
|
||||
|
||||
public String getIcList() {
|
||||
return getValuesList(ic, null, new DecimalFormat("0.0"), getUnits() + "/U");
|
||||
return getValuesList(ic, null, new DecimalFormat("0.0"), " g/U");
|
||||
}
|
||||
|
||||
public Double getBasal() {
|
||||
|
|
Loading…
Reference in a new issue