mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Fixed test for very much non-unit det
This commit is contained in:
parent
56111bb823
commit
3c23a947cc
@ -103,7 +103,7 @@ int main (int argc, char ** argv)
|
||||
|
||||
detU= Determinant(U) ;
|
||||
detU=detU-1.0;
|
||||
std::cout << "Determinant before screw up " << norm2(detU)<<std::endl;
|
||||
std::cout << "Determinant defect before screw up " << norm2(detU)<<std::endl;
|
||||
|
||||
std::cout << " Screwing up determinant " << std::endl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user