Skip to content
Snippets Groups Projects
Commit cffb6ba6 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Merge branch 'issue/remote-indices-attribute' into 'master'

Fix a naming bug in RemoteIndex

See merge request !1379
parents 2039882c d36ce92a
Branches
Tags
1 merge request!1379Fix a naming bug in RemoteIndex
Pipeline #71105 canceled
......@@ -932,7 +932,7 @@ namespace Dune {
template<typename T1, typename T2>
inline bool RemoteIndex<T1,T2>::operator==(const RemoteIndex& ri) const
{
return localIndex_==ri.localIndex_ && attribute_==ri.attribute;
return localIndex_==ri.localIndex_ && attribute_==ri.attribute_;
}
template<typename T1, typename T2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment