Skip to content
GitLab
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-cp2k
Commits
8d5e7384
Commit
8d5e7384
authored
Feb 04, 2016
by
Lauri Himanen
Browse files
Removed unnecessary stuff from scalainterface.
parent
68319b95
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-cp2k/cp2kparser/scalainterface.py
View file @
8d5e7384
...
@@ -3,7 +3,6 @@ This is the access point to the parser for the scala layer in the nomad project.
...
@@ -3,7 +3,6 @@ This is the access point to the parser for the scala layer in the nomad project.
"""
"""
import
setup_paths
import
setup_paths
import
os
import
os
from
cp2kparser
import
CP2KParser
from
cp2kparser.parsing.versions.cp2k262.outputparser
import
CP2KOutputParser
from
cp2kparser.parsing.versions.cp2k262.outputparser
import
CP2KOutputParser
from
nomadcore.local_meta_info
import
loadJsonFile
,
InfoKindEl
from
nomadcore.local_meta_info
import
loadJsonFile
,
InfoKindEl
from
nomadcore.simple_parser
import
mainFunction
from
nomadcore.simple_parser
import
mainFunction
...
@@ -14,8 +13,6 @@ from nomadcore.simple_parser import mainFunction
...
@@ -14,8 +13,6 @@ from nomadcore.simple_parser import mainFunction
# used in CP2K 2.6.2 is assumed.
# used in CP2K 2.6.2 is assumed.
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
cp2kparser
=
CP2KParser
()
# Get the outputparser class
# Get the outputparser class
outputparser
=
CP2KOutputParser
(
None
,
None
)
outputparser
=
CP2KOutputParser
(
None
,
None
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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