Skip to content

Commit

Permalink
ring_critical_power
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyevEvgeny committed Jun 22, 2019
1 parent bff5f97 commit f473963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ring_critical_power/ring_critical_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, *args, **kwargs):
self._args = parse_args()

self._lmbda = randint(400, 3001) * 10**-9
self._radius = randint(30, 151) * 10**-6
self._radius = randint(30, 80) * 10**-6
self.__m_constants = MathConstants()
self._medium = Medium(name=choice(['SiO2', 'CaF2', 'LiF']),
lmbda=self._lmbda,
Expand Down

0 comments on commit f473963

Please sign in to comment.