Skip to content
Snippets Groups Projects
Commit dc7ee8a1 authored by Daniel Brown's avatar Daniel Brown
Browse files

mend

updating version number
parent 9389f164
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
__version__ = "0.8.0"
__version__ = "0.8.1"
# This flag is used to switch on the gui features in pkat at import time
USE_GUI = False
......
......@@ -246,7 +246,7 @@ class beam(Detector1):
if len(values) == 3:
return beam(values[1], node, alternate_beam=alt_beam)
elif len(values) == 4:
return beam(values[1], node, alternate_beam=alt_beam, frequency=pykat.SIfloat.SIfloat(values[2]))
return beam(values[1], node, alternate_beam=alt_beam, frequency=SIfloat(values[2]))
else:
raise pkex.BasePyKatException('Beam detector code "{0}" is not a valid FINESSE command'.format(text))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment