mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 06:00:45 +01: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…
x
Reference in New Issue
Block a user