Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Mar 28, 2023
1 parent fe062e6 commit ec067d6
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/SparseMethod/SpkSparseBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,14 @@ function _findorder!(s::_SparseBase{IT}) where {IT}
return _findorder!(s, mmd!)
end

function _symbolicfactor!(s::_SparseBase{IT, FT}) where {IT, FT}
# """
# This subroutine computes the storage requirements and sets up
# data structures for the symbolic and numerical factorization.
##
# # This subroutine computes the storage requirements and sets up
# # data structures for the symbolic and numerical factorization.
# #
# Input parameters: solver object
##
# #
# The "output" is the modified solver object.
#
#
# """
function _symbolicfactor!(s::_SparseBase{IT, FT}) where {IT, FT}

if (s.n == 0)
error("An empty problem. No symbolic factorization done.")
return false
Expand Down

0 comments on commit ec067d6

Please sign in to comment.