Commit 7acceed
committed
Fix ComplexF64 compatibility and rename numers to nums for spell check
- Use abs(sk[i]) in IIP scalar loop to handle complex-typed sk cache entries
(sk is Vector{ComplexF64} when u0 is Vector{ComplexF64} due to cache reuse)
- Use internalnorm for comparison/division in scalar loop to avoid
isless(ComplexF64, ComplexF64) errors in > and max operations
- Rename numers -> nums to satisfy typos spell checker
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent d6ca482 commit 7acceed
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | | - | |
310 | | - | |
| 309 | + | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
| 316 | + | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
601 | | - | |
| 600 | + | |
| 601 | + | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| |||
0 commit comments