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

Logging tweak

This commit is contained in:
2019-02-03 21:48:50 +00:00
parent 7eda54bb87
commit 43bd918a47
2 changed files with 7 additions and 7 deletions

View File

@ -320,7 +320,7 @@ int main(int argc, char *argv[])
{
#ifdef DEBUG
// Debug only - test of Eigen::Tensor
if( DebugEigenTest() ) return 0;
//if( DebugEigenTest() ) return 0;
#endif
// Decode command-line parameters. 1st one is which test to run