From a349be698e43029f42e26ad45e28b129876051ed Mon Sep 17 00:00:00 2001 From: Ethan Peterson Date: Mon, 29 Jun 2026 13:59:13 -0400 Subject: [PATCH] modify comment --- include/openmc/sparse_matrix.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/openmc/sparse_matrix.h b/include/openmc/sparse_matrix.h index 36ef96ba59..3fa0d31018 100644 --- a/include/openmc/sparse_matrix.h +++ b/include/openmc/sparse_matrix.h @@ -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 {