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
Markus Scheidgen
parser-exciting
Commits
4267f58b
Commit
4267f58b
authored
Dec 18, 2015
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
fixing call
parent
4859a002
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-exciting/parser_exciting.py
View file @
4267f58b
...
...
@@ -30,7 +30,7 @@ parserInfo = {
"version"
:
"1.0"
}
class
Gaussian
ParserContext
(
object
):
class
Exciting
ParserContext
(
object
):
"""main place to keep the parser status, open ancillary files,..."""
def
__init__
(
self
):
self
.
scfIterNr
=
0
...
...
@@ -54,5 +54,4 @@ cachingLevelForMetaName = {}
if
__name__
==
"__main__"
:
mainFunction
(
mainFileDescription
,
metaInfoEnv
,
parserInfo
,
cachingLevelForMetaName
=
cachingLevelForMetaName
,
superContext
=
GaussianParserContext
(),
)
superContext
=
ExcitingParserContext
())
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