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

the infamous 'separately'

[[Imported from SVN: r645]]
parent 7cdf515e
No related branches found
No related tags found
No related merge requests found
......@@ -1340,7 +1340,7 @@ namespace Dune {
size_type n; // number of rows
size_type m; // number of columns
size_type nnz; // number of nonzeros allocated in the a and j array below
// zero means that memory is allocated seperately for each row.
// zero means that memory is allocated separately for each row.
// the rows are dynamically allocated
row_type* r; // [n] the individual rows having pointers into a,j arrays
......
......@@ -61,7 +61,7 @@ namespace Dune {
system. It may. e.g., scale the system, allocate memory or
compute a (I)LU decomposition.
Note: The ILU decomposition could also be computed in the constructor
or with a seperate method of the derived method if several
or with a separate method of the derived method if several
linear systems with the same matrix are to be solved.
\param x The left hand side of the equation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment