diff --git a/dumux/discretization/cellcentered/mpfa/omethod/interactionvolume.hh b/dumux/discretization/cellcentered/mpfa/omethod/interactionvolume.hh index be2e526ac16536fd6a71bc3d72877fc9dd503a4a..3091b94868fe550a7a639c9e2175ccbc543ed640 100644 --- a/dumux/discretization/cellcentered/mpfa/omethod/interactionvolume.hh +++ b/dumux/discretization/cellcentered/mpfa/omethod/interactionvolume.hh @@ -295,7 +295,8 @@ public: //! returns the number of interaction volumes living around a vertex //! the mpfa-o scheme always constructs one iv per vertex template< class NodalIndexSet > - static std::size_t numInteractionVolumesAtVertex(const NodalIndexSet& nodalIndexSet) { return 1; } + static constexpr std::size_t numInteractionVolumesAtVertex(const NodalIndexSet& nodalIndexSet) + { return 1; } //! adds the iv index sets living around a vertex to a given container //! and stores the the corresponding index in a map for each scvf