Skip to content
Snippets Groups Projects
Commit e3460b25 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[cleanup] Removed MultiTypeBlockVector::count from test

parent 2b83ef0b
No related branches found
No related tags found
1 merge request!508Remove all deprecated code
......@@ -14,7 +14,6 @@
#include <iostream>
#include <complex>
#include <dune/common/deprecated.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/common/indices.hh>
......@@ -55,11 +54,6 @@ void testMultiVector(const MultiTypeBlockVector<Args...>& multiVector)
static_assert(MultiTypeBlockVector<Args...>::size()==2, "Method MultiTypeBlockVector::size() returned wrong value!");
DUNE_NO_DEPRECATED_BEGIN
if (multiVector.count() != 2)
DUNE_THROW(Exception, "Method MultiTypeBlockVector::count returned wrong value!");
DUNE_NO_DEPRECATED_END
if (multiVector.N() != 2)
DUNE_THROW(Exception, "Method MultiTypeBlockVector::N returned wrong value!");
......
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