Skip to content
Snippets Groups Projects
Commit 3c0476f0 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[spaces.l2.fv] fix bug in vector-valued FV basis

parent 6ede4981
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ public:
size_t max_size() const override final
{
return 1;
return r;
}
using BaseType::localize;
......
......@@ -27,7 +27,7 @@ namespace Dune {
namespace GDT {
// forward, to allow for specialization
// forwards, to allow for specialization
template <class GV, size_t r = 1, size_t rC = 1, class R = double>
class FiniteVolumeSpace
{
......
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