Skip to content
Snippets Groups Projects
Commit 210f6194 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[range-for] adapt remaining intersection loops in LocalResiduals

In the LocalResiduals, there are several protected functions taking
an IntersectionIterator,
    void eval...(const IntersectionIterator &isIt,

In order to be callable with an (address of an) intersection, the
explicit requirement on the type IntersectionIterator has been
relaxed:
    template<class InetrsectionIterator>
    void eval...(const IntersectionIterator &isIt,

In a future steps these functions will be deprecated and replaced by
equivalents that take intersection objects.

Discussed with and approved by Christoph.
parent 5564eb8b
No related branches found
No related tags found
Loading
Loading
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