mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
added tsl folder to binary conversion
This commit is contained in:
parent
4544584cca
commit
3b5320ebe9
1 changed files with 2 additions and 1 deletions
|
|
@ -114,13 +114,14 @@ if not response or response.lower().startswith('y'):
|
|||
|
||||
# get a list of directories
|
||||
ace_dirs = glob.glob(os.path.join('nndc', '*K'))
|
||||
ace_dirs += glob.glob(os.path.join('nndc', 'tsl'))
|
||||
|
||||
# loop around ace directories
|
||||
for d in ace_dirs:
|
||||
print('Coverting {0}...'.format(d))
|
||||
|
||||
# get a list of files to convert
|
||||
ace_files = glob.glob(os.path.join(d, '*.ace'))
|
||||
ace_files = glob.glob(os.path.join(d, '*.ace*'))
|
||||
|
||||
# convert files
|
||||
for f in ace_files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue