1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 20:57:06 +01:00

Forgot some follow-ups on changed signature

This commit is contained in:
Julian Lenz
2023-06-18 12:37:51 +01:00
parent 96773f5254
commit 5e539e2d54
2 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ void test_group_projections(T U) {
std::cout << GridLogMessage << "Apply to deformed matrix" << std::endl;
U = U + Delta * identity;
Sp<Nc>::ProjectOnGeneralGroup(U);
U = Sp<Nc>::ProjectOnGeneralGroup(U);
assert(is_element_of_sp2n_group(U));
name = "ProjectOnSpecialGroup";