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

slightly improved the documentation for N() and M()

[[Imported from SVN: r3549]]
parent b7a25cd3
No related branches found
No related tags found
No related merge requests found
...@@ -1206,13 +1206,13 @@ namespace Dune { ...@@ -1206,13 +1206,13 @@ namespace Dune {
//===== sizes //===== sizes
//! number of blocks in row direction //! number of rows (counted in blocks)
size_type N () const size_type N () const
{ {
return n; return n;
} }
//! number of blocks in column direction //! number of columns (counted in blocks)
size_type M () const size_type M () const
{ {
return m; return m;
......
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