Skip to content

Commit 4c5b0e0

Browse files
committed
update a comment to match new variable name
1 parent 0bf9ecb commit 4c5b0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customtypeone_looppatches/dev_cto_no_switcher.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ index 5084108e..0e01cea3 100644
102102
settings: LoopSettings
103103
) -> Double {
104104
+ // Modify Bolus Application Factor for modified CustomTypeOne LoopPatches
105-
+ // only effective for ConstantDosingStrategy
105+
+ // only effective for ConstantApplicationFactorStrategy
106106
+ var constantBolusApplicationFactor = LoopConstants.bolusPartialApplicationFactor
107107
+ let alternatePAFEnabled = UserDefaults.standard.bool(forKey: "alternatePAFEnabled")
108108
+ let alternatePAFSetting = UserDefaults.standard.double(forKey: "alternatePAFSetting")

0 commit comments

Comments
 (0)