Commit 5d532e6
Fix undefined default_linear_interpolation error in OrdinaryDiffEqSymplecticRK
- Add default_linear_interpolation to the imports in OrdinaryDiffEqSymplecticRK.jl
- Use imported function directly instead of OrdinaryDiffEqCore.default_linear_interpolation
This fixes the precompilation error where default_linear_interpolation was
called but not imported, causing UndefVarError during package loading.
Fixes #2611
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 41fdbfa commit 5d532e6
3 files changed
Lines changed: 699 additions & 3 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments