1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-11 14:40:46 +01:00

Code typo

This commit is contained in:
Antonin Portelli 2017-01-18 22:42:19 -08:00
parent f3f0b6fef9
commit 5405526424

View File

@ -306,7 +306,7 @@ namespace Grid {
} }
template <typename V> template <typename V>
const V & Reconstruct<V>::Reconstruct<V>::getVector(void) const V & Reconstruct<V>::getVector(void)
{ {
return vector_; return vector_;
} }