Skip to content
Snippets Groups Projects
Commit f14fb520 authored by Jörn Stöhler's avatar Jörn Stöhler
Browse files

fix

parent cf9565f8
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,9 @@ from pprint import pprint
from matplotlib import pyplot as plt
inp_file = "hpBiTeCl.inp"
stages = {'start': True,
'mod': [True, True, True, True],
'run': [True, True, True, True],
stages = {'start': False,
'mod': [False, False, False, False],
'run': [False, False, False, False],
'plot': True}
base = computer.get_base(__file__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment