Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
d5504634
Commit
d5504634
authored
Jul 24, 2018
by
eric pellegrini
Browse files
Fixed shabeng of mdanse scripts
parent
9b652431
Changes
6
Hide whitespace changes
Inline
Side-by-side
Scripts/mdanse
View file @
d5504634
#!python
#!
/usr/bin/env
python
import
cPickle
import
glob
...
...
Scripts/mdanse_elements_database
View file @
d5504634
#!python
#!
/usr/bin/env
python
if
__name__
==
"__main__"
:
...
...
@@ -6,4 +6,4 @@ if __name__ == "__main__":
app
=
ElementsDatabaseEditorApp
(
None
)
app
.
MainLoop
()
\ No newline at end of file
Scripts/mdanse_gui
View file @
d5504634
#!python
#!
/usr/bin/env
python
if
__name__
==
"__main__"
:
...
...
Scripts/mdanse_periodic_table
View file @
d5504634
#!python
#!
/usr/bin/env
python
if
__name__
==
"__main__"
:
...
...
@@ -6,4 +6,4 @@ if __name__ == "__main__":
app
=
PeriodicTableViewerApp
(
None
)
app
.
MainLoop
()
\ No newline at end of file
Scripts/mdanse_plotter
View file @
d5504634
#!python
#!
/usr/bin/env
python
if
__name__
==
"__main__"
:
...
...
@@ -6,4 +6,4 @@ if __name__ == "__main__":
app
=
PlotterApp
()
app
.
MainLoop
()
\ No newline at end of file
Scripts/mdanse_ud_editor
View file @
d5504634
#!python
#!
/usr/bin/env
python
if
__name__
==
"__main__"
:
...
...
@@ -6,4 +6,4 @@ if __name__ == "__main__":
app
=
UserDefinitionViewerApp
(
None
)
app
.
MainLoop
()
\ No newline at end of file
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