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

K11Matrix replaced by FieldMatrix

[[Imported from SVN: r1968]]
parent 363e5c6f
Branches
Tags
No related merge requests found
......@@ -150,9 +150,9 @@ namespace Dune {
}
}
//! print one row of a matrix, specialization for K11Matrix
//! print one row of a matrix, specialization for FieldMatrix<K,1,1>
template<class K>
void print_row (std::ostream& s, const K11Matrix<K>& A, int I, int J, int therow, int width, int precision)
void print_row (std::ostream& s, const FieldMatrix<K,1,1>& A, int I, int J, int therow, int width, int precision)
{
if (I==therow)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment