Changed front-end and back-end to front_end and back_end to avoid error

This commit is contained in:
Mario Melara 2015-10-30 15:58:20 -07:00
parent db0695e46a
commit 2d87bb92ed

View file

@ -74,8 +74,8 @@ class Architecture(object):
""" """
priority = None # Subclass needs to set this number. This controls order in which arch is detected. priority = None # Subclass needs to set this number. This controls order in which arch is detected.
front-end = None front_end = None
back-end = None back_end = None
default = None # The default back end target. On cray ivybridge default = None # The default back end target. On cray ivybridge
def __init__(self, name): def __init__(self, name):