mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Modified the Dirac Kernel class to compile with different number of colours
Added the general push_back functionality to accomodate for all defined representations Compiles, not tested
This commit is contained in:
@ -72,7 +72,7 @@ struct AccessTypes<A, TupleClass, 0, S...> {
|
||||
using elem = typename std::tuple_element<N, Rfields>::type; // fields types
|
||||
|
||||
typedef std::tuple<std::vector< A< elem<S> >* > ... > VectorCollection;
|
||||
typedef std::tuple< A< elem<S> >* ... > ClassCollection;
|
||||
typedef std::tuple< elem<S> ... > FieldTypeCollection;
|
||||
|
||||
// Debug
|
||||
void return_size() {
|
||||
|
Reference in New Issue
Block a user