From 912277d1ed664101fe0f7b56d2e535ce199b8aeb Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 24 Sep 2012 12:10:28 +0000 Subject: [PATCH] substituted the call to the flush subroutine with the intrisic flush(6) function --- code/compilation_info.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/compilation_info.f90 b/code/compilation_info.f90 index 5f3704944..dd8cb1dd2 100644 --- a/code/compilation_info.f90 +++ b/code/compilation_info.f90 @@ -14,4 +14,4 @@ #endif write(6,*) 'Compiled on ', __DATE__,' at ',__TIME__ write(6,*) -call flush(6) \ No newline at end of file +flush(6) \ No newline at end of file