From 385d24789b90ea53dfbf075fa60db9e2f7bc14b7 Mon Sep 17 00:00:00 2001
From: Camille Coti <camille.coti@lipn.univ-paris13.fr>
Date: Tue, 30 Jul 2019 16:59:16 -0700
Subject: [PATCH] Display time in higher precision

---
 src/tensormatrix_mpi.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tensormatrix_mpi.cpp b/src/tensormatrix_mpi.cpp
index e0e184d..b720d88 100644
--- a/src/tensormatrix_mpi.cpp
+++ b/src/tensormatrix_mpi.cpp
@@ -148,7 +148,7 @@ int main( int argc, char** argv ){
         std::cout << "Tpara3=" << Tpara << ";" << std::endl;
         std::cout << "Tseq=" << Tseq << ";" << std::endl;
 #endif
-        std::cout.precision( 2 );
+        std::cout.precision( 4 );
         std::cout << "Time: ";
         std::cout << "parallel    " << ( tv_para - tv_start ) / 1e6 << "   ";
 #if DEBUG
-- 
GitLab