mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Added F90 checking in analyze_source script.
This commit is contained in:
parent
63e6ef7930
commit
3aa700a9e1
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue