Commit ac6416b
committed
fix: Correct scale factor on last half step
There is a missing `; a = a(t)` in the argument to `outer_step!` that
does the closing half step. This is never an issue if there is no
background expansion.
Add it in.
This should maybe not be an optional argument; it shouldn't be possible
to accidentally call with the wrong `a(t)`.1 parent cf1800e commit ac6416b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments