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 23, 2021
1 parent fa15873 commit 6d1fae8
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 6d1fae8

Please sign in to comment.