Skip to content

Commit

Permalink
Fix spurious comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Etter committed Apr 26, 2021
1 parent d86c3df commit 2613e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stdlib/SuiteSparse/src/cholmod.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ end

# Julia copy of the cholmod_method_struct
# https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/master/CHOLMOD/Include/cholmod_core.h#L655
# Keep this synchronized with __init__() below and jl_cholmod_method_offsets in
# Keep this synchronized with `jl_cholmod_method_offsets` in
# https://github.com/JuliaLang/julia/blob/master/deps/SuiteSparse_wrapper.c
struct Method
lnz::Cdouble
Expand All @@ -90,7 +90,7 @@ end

# Julia copy of the cholmod_common_struct
# https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/master/CHOLMOD/Include/cholmod_core.h#L414
# Keep this synchronized with __init__() below and jl_cholmod_common_offsets in
# Keep this synchronized with `jl_cholmod_method_offsets` in
# https://github.com/JuliaLang/julia/blob/master/deps/SuiteSparse_wrapper.c
mutable struct Common
dbound::Cdouble
Expand Down
2 changes: 1 addition & 1 deletion stdlib/SuiteSparse/test/cholmod.jl
Original file line number Diff line number Diff line change
Expand Up @@ -942,4 +942,4 @@ end
)
@test getproperty(current_common, name) == getproperty(default_common, name)
end
end
end

0 comments on commit 2613e5d

Please sign in to comment.