Skip to content

Commit 7fcdd04

Browse files
committed
fix depr warn
1 parent e58890e commit 7fcdd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serialization/services/DispatchPackedConversions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function convert(
1212
d.edgeIDs,
1313
convert(P, _getCCW(d).usrfnc!),
1414
d.multihypo,
15-
_getCCW(d).certainhypo,
15+
_getCCW(d).hyporecipe.certainhypo,
1616
d.nullhypo,
1717
d.solveInProgress,
1818
d.inflation,

0 commit comments

Comments
 (0)