Skip to content
Snippets Groups Projects
Commit 8c8b532e authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

bugfix: method size() must return size_t

[[Imported from SVN: r8351]]
parent de76c680
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ public:
/** \brief Get the total number of global (block) basis functions.
* Only return the number of Lagrange points. For each Lagrange point there are (tangentDim) local shape functions
*/
int size() const
size_t size() const
{
return basis_.size();
}
......
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