Commit f13f998
Fix remaining bare _jac_structure! references in KA extension
Three calls in the KAExtension constructor at lines 61/64/65 still used
unqualified _jac_structure!, _obj_hess_structure!, _con_hess_structure!
instead of ExaModels._ prefixed versions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent dca97ac commit f13f998
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments