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

fix spelling. Patch by Uli Sack

[[Imported from SVN: r1631]]
parent eba0bf74
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ namespace Dune
/**
* @brief Utility class for converting an ISTL Matrix
* into a SsuperLU Matrix.
* into a SuperLU Matrix.
*/
template<class M>
struct SuperLUMatrix
......@@ -348,7 +348,7 @@ namespace Dune
class SuperLU;
/**
* @brief Coverter for BCRSMatrix to SuperLU Matrix.
* @brief Converter for BCRSMatrix to SuperLU Matrix.
*/
template<class B, class TA, int n, int m>
class SuperLUMatrix<BCRSMatrix<FieldMatrix<B,n,m>,TA> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment