mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
modify comment
This commit is contained in:
parent
ed7b0d1cae
commit
a349be698e
1 changed files with 1 additions and 2 deletions
|
|
@ -76,8 +76,7 @@ private:
|
|||
//! Symbolic LU factorization for CSC matrices
|
||||
//!
|
||||
//! Stores the shared structural information for left-looking column LU
|
||||
//! factorization without pivoting. The input pattern must already contain the
|
||||
//! diagonal whenever the numeric phase expects diagonal entries to be present.
|
||||
//! factorization without pivoting.
|
||||
//==============================================================================
|
||||
|
||||
struct SymbolicLUFactorization {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue