Skip to content
Snippets Groups Projects
Commit f7f59449 authored by Oliver Sander's avatar Oliver Sander
Browse files

Fix typos in comments

parent 573e9e01
No related branches found
No related tags found
1 merge request!228Fix typos in comments
Pipeline #11514 passed
......@@ -923,7 +923,7 @@ namespace Dune {
/**
* \brief constructor
*
* The constructor copies the matrix A and computes its ILU decomposition.
* The constructor copies the matrix A and computes its ILDL decomposition.
*
* \param[in] A matrix to operate on
* \param[in] relax relaxation factor
......
......@@ -255,7 +255,7 @@ namespace Dune
*
* SuperLU supports single and double precision floating point and complex
* numbers. Unfortunately these cannot be used at the same time.
* Therfore users must set SUPERLU_NTYPE (0: float, 1: double,
* Therefore users must set SUPERLU_NTYPE (0: float, 1: double,
* 2: std::complex<float>, 3: std::complex<double>)
* if the numeric type should be different from double.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment