Skip to content

Commit

Permalink
removed unused blocksize code
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Feb 23, 2019
1 parent d7db512 commit b1c2eec
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions convert_fendl.py
Expand Up @@ -79,8 +79,6 @@ class CustomFormatter(argparse.ArgumentDefaultsHelpFormatter,
if response.lower().startswith('n'):
sys.exit()

block_size = 16384

# ==============================================================================
# DOWNLOAD FILES FROM IAEA SITE

Expand Down
2 changes: 0 additions & 2 deletions convert_jeff32.py
Expand Up @@ -63,8 +63,6 @@ class CustomFormatter(argparse.ArgumentDefaultsHelpFormatter,
'JEFF32-ACE-1800K.tar.gz',
'TSLs.tar.gz']

block_size = 16384

# ==============================================================================
# DOWNLOAD FILES FROM OECD SITE

Expand Down
1 change: 0 additions & 1 deletion convert_nndc71.py
Expand Up @@ -42,7 +42,6 @@ class CustomFormatter(argparse.ArgumentDefaultsHelpFormatter,
'ENDF-B-VII.1-tsl.tar.gz']
checksums = ['9729a17eb62b75f285d8a7628ace1449',
'e17d827c92940a30f22f096d910ea186']
block_size = 16384

# ==============================================================================
# DOWNLOAD FILES FROM NNDC SITE
Expand Down
2 changes: 0 additions & 2 deletions convert_tendl.py
Expand Up @@ -80,8 +80,6 @@ class CustomFormatter(argparse.ArgumentDefaultsHelpFormatter,
if response.lower().startswith('n'):
sys.exit()

block_size = 16384

# ==============================================================================
# DOWNLOAD FILES FROM WEBSITE

Expand Down

0 comments on commit b1c2eec

Please sign in to comment.