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-siesta
Commits
062b8a6b
Commit
062b8a6b
authored
Jul 11, 2016
by
Ask Hjorth Larsen
Browse files
correct mainFileRe for Siesta
parent
dca218cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/SiestaParser.scala
View file @
062b8a6b
...
...
@@ -22,9 +22,7 @@ object SiestaParser extends SimpleExternalParserGenerator(
),
mainFileTypes
=
Seq
(
"text/.*"
),
//TODO: Update the replacement string (mainFileRe)
mainFileRe
=
"""\*{32} Grid \*{32}
Simulation Box:
"""
.
r
,
mainFileRe
=
"""Siesta Version: siesta-"""
.
r
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
pythonExe
(),
"${envDir}/parsers/siesta/parser/parser-siesta/parser_siesta.py"
,
"${mainFilePath}"
),
resList
=
Seq
(
...
...
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