Skip to content

Commit f1152a9

Browse files
ufechner7Copilot
andauthored
Update scripts/stats.jl
Co-authored-by: Copilot <[email protected]>
1 parent 52ce16d commit f1152a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/stats.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function find_exported_functions(exported_functions)
1414
f = getfield(VortexStepMethod, fun)
1515
mes = methods(f)
1616
for me in mes
17-
println(split(repr(me),'@')[1])
17+
println(me.sig)
1818
total += 1
1919
end
2020
end

0 commit comments

Comments
 (0)