1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00
This commit is contained in:
paboyle 2018-01-12 23:09:35 +00:00
parent 3281559ec3
commit c64deedf74

View File

@ -126,7 +126,7 @@ struct Vset{
};
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){
@ -134,7 +134,7 @@ template <typename Out_type, typename In_type>
exit(1);
return 0;
}
};
};
/////////////////////////////////////////////////////