From 9977c5303578deb24d169c7c9615e4df67d34407 Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Fri, 9 Dec 2016 02:34:37 +0000 Subject: [PATCH] Minor change --- lib/lattice/Lattice_reduction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lattice/Lattice_reduction.h b/lib/lattice/Lattice_reduction.h index ae992623..0007e284 100644 --- a/lib/lattice/Lattice_reduction.h +++ b/lib/lattice/Lattice_reduction.h @@ -110,7 +110,7 @@ class ReproducibilityState { sumarray[thr]=TensorRemove(vnrm) ; } - /////////////////////// Reproducibility section + /////////////////////// Reproducibility section, not threaded on purpouse if (repr.enable_reprocheck) { if (repr.do_check) { std::cout << GridLogDebug << "Checking thread state for inner product. Call n. " << repr.n_call << std::endl;