From 6e727c651da3fb9a8d44a47c8c367a1cec1a3aef Mon Sep 17 00:00:00 2001
From: Wenqing Wang <wenqing.wang@ufz.de>
Date: Mon, 24 Mar 2014 14:41:33 +0100
Subject: [PATCH] Change DIAGONAL to diagonal in the comments of
 PETScMatrixOption

---
 MathLib/LinAlg/PETSc/PETScMatrixOption.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MathLib/LinAlg/PETSc/PETScMatrixOption.h b/MathLib/LinAlg/PETSc/PETScMatrixOption.h
index 1b56c139b89..fb990cfb96e 100644
--- a/MathLib/LinAlg/PETSc/PETScMatrixOption.h
+++ b/MathLib/LinAlg/PETSc/PETScMatrixOption.h
@@ -40,13 +40,13 @@ struct PETScMatrixOption
     PetscInt _n_local_cols;
 
     /*!
-     \brief Number of nonzeros per row in DIAGONAL portion of local submatrix
+     \brief Number of nonzeros per row in the diagonal portion of local submatrix
            (same value is used for all local rows), the default is PETSC_DECIDE
     */
     PetscInt _d_nz;
 
     /*!
-     \brief Number of nonzeros per row in the OFF-DIAGONAL portion of local submatrix
+     \brief Number of nonzeros per row in the off-diagonal portion of local submatrix
             (same value is used for all local rows), the default is PETSC_DECIDE
     */
     PetscInt _o_nz;
-- 
GitLab