1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-11 14:40:46 +01:00
This commit is contained in:
paboyle 2018-01-12 23:10:48 +00:00
parent c64deedf74
commit 63865e4232

View File

@ -432,7 +432,7 @@ struct Rotate{
}
template <typename Out_type, typename In_type>
struct Reduce{
struct Reduce{
//Need templated class to overload output type
//General form must generate error if compiled
inline Out_type operator()(In_type in){
@ -440,7 +440,7 @@ template <typename Out_type, typename In_type>
exit(1);
return 0;
}
};
};
//Complex float Reduce
template <>