DAMASK_EICMD/lib/damask/result/marc.py

9 lines
102 B
Python
Raw Normal View History

# $Id$
2011-12-14 01:32:26 +05:30
from .result import Result
class Marc(Result):
def __init__(self):
self.solver='Marc'