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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
nomad-lab
parser-cp2k
Commits
8996181b
Commit
8996181b
authored
Apr 18, 2016
by
Lauri Himanen
Browse files
Fixed CP2KOutputParser constructor signature in scalainterface.py
parent
1300817c
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-cp2k/cp2kparser/scalainterface.py
View file @
8996181b
...
...
@@ -12,7 +12,7 @@ from nomadcore.simple_parser import mainFunction
if
__name__
==
"__main__"
:
# Get the outputparser class
outputparser
=
CP2KOutputParser
(
None
,
None
)
outputparser
=
CP2KOutputParser
(
None
,
None
,
None
)
# Setup the metainfos
metaInfoPath
=
os
.
path
.
normpath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)),
"../../../../../nomad-meta-info/meta_info/nomad_meta_info/cp2k.nomadmetainfo.json"
))
...
...
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