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

Remove some unnecessary stuff in Wilson MG

This commit is contained in:
Daniel Richtmann 2018-01-18 15:48:28 +01:00
parent 38328100c9
commit a70c1feecc
No known key found for this signature in database
GPG Key ID: B33C490AF0772057

View File

@ -781,7 +781,7 @@ int main(int argc, char **argv) {
// CoarseG5PVector; // P = preserving typedef
// CoarseOperator::CoarseG5PMatrix CoarseG5PMatrix;
#if 1
#if 0
// clang-format off
std::cout << std::endl;
std::cout << "type_name<decltype(vTComplex{})>() = " << type_name<decltype(vTComplex{})>() << std::endl;
@ -844,8 +844,6 @@ int main(int argc, char **argv) {
Aggregates.CheckOrthogonal();
testVectorAnalyzer(HermOp, Aggregates.subspace);
result = zero;
std::cout << GridLogMessage << "**************************************************" << std::endl;
std::cout << GridLogMessage << "Building coarse representation of Dirac operator" << std::endl;
std::cout << GridLogMessage << "**************************************************" << std::endl;