From 9ed6f2ad1c38d0452cef4e89a300402b0f187ed2 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Thu, 11 May 2017 09:57:25 -0300 Subject: [PATCH] USER_PROBLEM: Remove printing of empty line. Signed-off-by: Grzegorz Kowal --- src/user_problem.F90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/user_problem.F90 b/src/user_problem.F90 index a466f41..62edad8 100644 --- a/src/user_problem.F90 +++ b/src/user_problem.F90 @@ -116,7 +116,6 @@ module user_problem ! if (verbose) then - write (*,*) write (*,"(1x,a)") "User problem:" write (*,"(4x,a14, 9x,'=',2x,a)") "problem name ", trim(problem_name)