Skip to content
Snippets Groups Projects
Commit 0cc19bb5 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[md][boxlocalassembler] remove unused maxneighbors variable

parent 0dca6216
No related branches found
No related tags found
1 merge request!1288Feature/md explicit assembler
......@@ -335,7 +335,6 @@ class SubDomainBoxLocalAssembler<id, TypeTag, Assembler, DiffMethod::numeric, /*
static constexpr bool enableGridFluxVarsCache = GET_PROP_VALUE(TypeTag, EnableGridFluxVariablesCache);
static constexpr bool enableGridVolVarsCache = GET_PROP_VALUE(TypeTag, EnableGridVolumeVariablesCache);
static constexpr int maxNeighbors = 4*(2*dim);
static constexpr auto domainI = Dune::index_constant<id>();
public:
......
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