Skip to content
Snippets Groups Projects
Commit 3ac32bc8 authored by Martin Nolte's avatar Martin Nolte
Browse files

expand tabs to 4 spaces

[[Imported from SVN: r5531]]
parent 41a6cdbc
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
namespace Dune {
/**
@addtogroup DenseMatVec
@{
@addtogroup DenseMatVec
@{
*/
/*! \file
......@@ -670,7 +670,7 @@ namespace Dune {
if (imax!=i) {
for (int j=0; j<n; j++)
std::swap(A[i][j],A[imax][j]);
func.swap(i, imax); // swap the pivot or rhs
func.swap(i, imax); // swap the pivot or rhs
}
}
......@@ -737,8 +737,8 @@ namespace Dune {
} else {
V& rhs = x; // use x to store rhs
rhs = b; // copy data
V& rhs = x; // use x to store rhs
rhs = b; // copy data
Elim<V> elim(rhs);
FieldMatrix<K,n,n> A(*this);
......
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