1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-07 04:35:56 +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>
const V & Reconstruct<V>::Reconstruct<V>::getVector(void)
const V & Reconstruct<V>::getVector(void)
{
return vector_;
}