Skip to content
Snippets Groups Projects
Commit 7ed44cab authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Changed the code_name to the one used in our index.

parent e1f873f1
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from lammpsparser.lammps_parser import LammpsOutput
class LammpsParser(FairdiParser):
def __init__(self):
super().__init__(
name='parsers/lammps', code_name='lammps', code_homepage='https://lammps.sandia.gov/',
name='parsers/lammps', code_name='LAMMPS', code_homepage='https://lammps.sandia.gov/',
domain='dft', mainfile_contents_re=r'^LAMMPS')
def parse(self, filepath, archive, logger=None):
......
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