From d78598cdfa2b364cb839b8c995bc55ef5f5b712c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Del=20Pino?= <stephane.delpino44@gmail.com> Date: Sun, 25 Mar 2018 23:08:30 +0200 Subject: [PATCH] Flushes output for console tests --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 4a7f32546..13762d2c4 100644 --- a/main.cpp +++ b/main.cpp @@ -266,7 +266,7 @@ int main(int argc, char *argv[]) } if (iteration%100 == 0) { - std::cout << "dt=" << dt << "t=" << t << " i=" << iteration << '\n'; + std::cout << "dt=" << dt << " t=" << t << " i=" << iteration << std::endl; } Kokkos::View<double*> ur("ur", nr); -- GitLab