mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
partial revert
This commit is contained in:
parent
de8daa3824
commit
e61a9ed2b4
@ -85,7 +85,7 @@ constexpr int compute_adjoint_dimension<GroupName::Sp>(int ncolour) {
|
||||
return ncolour / 2 * (ncolour + 1);
|
||||
}
|
||||
|
||||
template <int ncolour, class group_name = GroupName::SU>
|
||||
template <int ncolour, class group_name>
|
||||
class GaugeGroup {
|
||||
public:
|
||||
static const int Dimension = ncolour;
|
||||
|
Loading…
Reference in New Issue
Block a user