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

delete deprecated method nSetBits()

[[Imported from SVN: r5995]]
parent dc0182cf
Branches
Tags
No related merge requests found
......@@ -552,18 +552,6 @@ namespace Dune {
return const_reference(*this, size()-1);
}
//! Returns the total number of set bits
size_type nSetBits() const DUNE_DEPRECATED
{
return count();
}
//! Returns the number of set bits, while each block is masked with 1<<i
int nSetBits(int i) const DUNE_DEPRECATED
{
return countmasked(i);
}
//! Returns the number of bits that are set.
size_type count() const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment