substituted the call to the flush subroutine with the intrisic flush(6) function

This commit is contained in:
Martin Diehl 2012-09-24 12:10:28 +00:00
parent 8336d0705c
commit 912277d1ed
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@
#endif
write(6,*) 'Compiled on ', __DATE__,' at ',__TIME__
write(6,*)
call flush(6)
flush(6)