1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Remove extra layers of checks now it works

This commit is contained in:
Peter Boyle 2015-06-09 22:43:41 +01:00
parent 516f1a6316
commit 0784bbc4bf

View File

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