1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Minor modification in ActionBase.h

This commit is contained in:
Guido Cossu 2016-09-01 11:46:46 +01:00
parent fd5614738d
commit f45ef8d114

View File

@ -108,7 +108,7 @@ struct ActionLevelHirep {
// Fundamental repr actions separated because of the smearing
typedef Action<GaugeField>* ActPtr;
//std::vector<ActPtr> actions;
// construct a tuple of vectors of the actions for the corresponding higher
// representation fields
typedef typename AccessTypes<Action, Repr>::VectorCollection action_collection;