added flush for easier debugging

This commit is contained in:
Martin Diehl 2012-08-29 15:23:43 +00:00
parent d83150be1b
commit 84e3f94424
1 changed files with 1 additions and 0 deletions

View File

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