From b2ce760cf4c5ceb7ee537e7b90f871735a65a772 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 25 Feb 2025 16:55:23 +0000 Subject: [PATCH] Verbose issue with GPT --- Grid/util/Lexicographic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/util/Lexicographic.h b/Grid/util/Lexicographic.h index 422e42ee..bd73b0d3 100644 --- a/Grid/util/Lexicographic.h +++ b/Grid/util/Lexicographic.h @@ -50,7 +50,7 @@ namespace Grid{ int64_t index64; IndexFromCoorReversed(coor,index64,dims); if ( index64>=2*1024*1024*1024LL ){ - std::cout << " IndexFromCoorReversed " << coor<<" index " << index64<< " dims "<