mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Hadrons: code cleaning
This commit is contained in:
parent
02c4ccf621
commit
cb6c548e21
@ -209,9 +209,7 @@ typename DiskVectorBase<T>::RwAccessHelper DiskVectorBase<T>::operator[](const u
|
||||
HADRONS_ERROR(Size, "index out of range");
|
||||
}
|
||||
|
||||
RwAccessHelper h(*this, i);
|
||||
|
||||
return h;
|
||||
return RwAccessHelper(*this, i);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user