mirror of
https://github.com/paboyle/Grid.git
synced 2025-11-10 16:49:31 +00:00
Format
This commit is contained in:
@@ -134,7 +134,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){
|
||||
@@ -142,7 +142,7 @@ template <typename Out_type, typename In_type>
|
||||
exit(1);
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
// Arithmetic operations
|
||||
|
||||
Reference in New Issue
Block a user