Merge branch 'master' into tracklength

This commit is contained in:
Paul Romano 2012-01-25 23:06:42 -05:00
commit d0749aa329

View file

@ -34,6 +34,8 @@ for sourceFile in source:
commentChar = '!'
elif ending == 'f90':
commentChar = '!'
elif ending == 'F90':
commentChar = '!'
for line in open(sourceFile, 'r'):
line = line.strip()