Skip to content

Commit a6731aa

Browse files
committed
Prevent breakage of BVP code
1 parent 974ef72 commit a6731aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/highlevel/common.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ Initialize the Jacobian based on the cache. Uses sparse jacobians if possible.
210210
"""
211211
function init_jacobian end
212212

213+
# Never thought this was a useful function externally, but I ended up using it in quite a
214+
# few places. Keeping this till I remove uses of those.
215+
const __init_𝒥 = init_jacobian
216+
213217
# Misc Functions
214218
__chunksize(::AutoSparseForwardDiff{C}) where {C} = C
215219

0 commit comments

Comments
 (0)