aboutsummaryrefslogtreecommitdiff
path: root/files.f90
diff options
context:
space:
mode:
Diffstat (limited to 'files.f90')
-rw-r--r--files.f901
1 files changed, 0 insertions, 1 deletions
diff --git a/files.f90 b/files.f90
index b1c24dc..1c76311 100644
--- a/files.f90
+++ b/files.f90
@@ -82,7 +82,6 @@ contains
end do
length = (endpos - startpos + 1)
- !print '(A10, I8)', "allocated", length
allocate(character(len=length) :: res)
res = repeat(' ', length)