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

WilsonMG: Comment assertion on hermiticity of coarse operator for now

TODO: Think of a way to not break dwf_hdcr by doing that. It's only an assertion
but it still interferes with it.
This commit is contained in:
Daniel Richtmann 2018-02-08 23:55:05 +01:00
parent 2976132bdd
commit 8c692b7ffd
No known key found for this signature in database
GPG Key ID: B33C490AF0772057

View File

@ -423,7 +423,7 @@ namespace Grid {
std::cout<<GridLogMessage<<"Computed Coarse Operator"<<std::endl;
#endif
// ForceHermitian();
AssertHermitian();
// AssertHermitian();
// ForceDiagonal();
}
void ForceDiagonal(void) {