Skip to content

Commit db3a50c

Browse files
fixup! refactor: remove usages of old symtype syntax
1 parent 4db99bb commit db3a50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function detime_dvs(op)
2020
if !iscall(op)
2121
op
2222
elseif issym(operation(op))
23-
SSym(nameof(operation(op)); type = Real, shape = SU.ShapeVecT())
23+
SSym(nameof(operation(op)); type = Real, shape = SU.shape(op))
2424
else
2525
maketerm(typeof(op), operation(op), detime_dvs.(arguments(op)),
2626
metadata(op))

0 commit comments

Comments
 (0)