mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Remove some unnecessary stuff in Wilson MG
This commit is contained in:
parent
38328100c9
commit
a70c1feecc
@ -781,7 +781,7 @@ int main(int argc, char **argv) {
|
|||||||
// CoarseG5PVector; // P = preserving typedef
|
// CoarseG5PVector; // P = preserving typedef
|
||||||
// CoarseOperator::CoarseG5PMatrix CoarseG5PMatrix;
|
// CoarseOperator::CoarseG5PMatrix CoarseG5PMatrix;
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
// clang-format off
|
// clang-format off
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
std::cout << "type_name<decltype(vTComplex{})>() = " << type_name<decltype(vTComplex{})>() << 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();
|
Aggregates.CheckOrthogonal();
|
||||||
testVectorAnalyzer(HermOp, Aggregates.subspace);
|
testVectorAnalyzer(HermOp, Aggregates.subspace);
|
||||||
|
|
||||||
result = zero;
|
|
||||||
|
|
||||||
std::cout << GridLogMessage << "**************************************************" << std::endl;
|
std::cout << GridLogMessage << "**************************************************" << std::endl;
|
||||||
std::cout << GridLogMessage << "Building coarse representation of Dirac operator" << std::endl;
|
std::cout << GridLogMessage << "Building coarse representation of Dirac operator" << std::endl;
|
||||||
std::cout << GridLogMessage << "**************************************************" << std::endl;
|
std::cout << GridLogMessage << "**************************************************" << std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user