Skip to content
Snippets Groups Projects
Commit 780ae46c authored by Adrian Burri's avatar Adrian Burri
Browse files

Fixed typo

[[Imported from SVN: r2712]]
parent 9d761080
Branches
Tags
No related merge requests found
......@@ -261,7 +261,7 @@ namespace Dune {
//! The number of base functions equals the total number of degrees of
//! freedom (dof), since the dofs are considered to be scalar and the
//! combined base functions to be vector valued
int NumberOfBaseFunctions() const {
int getNumberOfBaseFunctions() const {
return baseFunctionSet_.getNumberOfBaseFunctions()*N;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment