Skip to content
Snippets Groups Projects
Commit 7b8064c7 authored by Alejandra Gonzalez's avatar Alejandra Gonzalez
Browse files

Negative mmode fix for cactus/thc data

parent e367d46e
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ def wfile_parse_name(fname):
"""
t = ['bam','cactus','core','core','core-energy']
s = [r'R(\w+)mode(\d)(\w+)_r(\d+).l(\d+)',
r'mp_(\w+)_l(\d)_m(\d)_r(\d+\.\d\d).asc',
r'mp_(\w+)_l(\d)_m(.\d|\d)_r(\d+\.\d\d).asc',
r'R(\w+)_l(\d+)_m(\d+)_r(\d+).txt',
r'R(\w+)_l(\d+)_m(\d+)_r(\w+).txt',
r'EJ_r(\d+).txt']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment