Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-charmm
Commits
e2131159
Commit
e2131159
authored
Mar 07, 2018
by
Berk Onat
Browse files
Added a missing comma in the scala list
parent
36cbbc85
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/CHARMMParser.scala
View file @
e2131159
...
...
@@ -32,7 +32,7 @@ object CharmmParser extends SimpleExternalParserGenerator(
"parser-charmm/setup_paths.py"
,
"nomad_meta_info/public.nomadmetainfo.json"
,
"nomad_meta_info/common.nomadmetainfo.json"
,
"nomad_meta_info/meta_types.nomadmetainfo.json"
"nomad_meta_info/meta_types.nomadmetainfo.json"
,
"nomad_meta_info/charmm.nomadmetainfo.json"
)
++
DefaultPythonInterpreter
.
commonFiles
(),
dirMap
=
Map
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment