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

gerade andersherum, natürlich

[[Imported from SVN: r4572]]
parent 8fa05e28
No related branches found
No related tags found
No related merge requests found
......@@ -79,12 +79,12 @@ namespace Dune {
}
/** \brief Return the number of rows */
size_type M() const {
size_type N() const {
return rows_;
}
/** \brief Return the number of columns */
size_type N() const {
size_type M() const {
return cols_;
}
......
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