Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Aug 16, 2023
1 parent dd623ce commit 9b98d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions batoid/optic.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def withPerturbedSurface(self, perturbation):

@cached_property
def R_outer(self):
"""Radius of outer edge of the surface.
"""Radius defined for outer edge of interface.
"""
obsc = self.obscuration
if obsc is not None:
Expand All @@ -735,7 +735,7 @@ def R_outer(self):

@cached_property
def R_inner(self):
"""Radius of inner edge of the surface.
"""Radius defined for inner edge of interface.
"""
obsc = self.obscuration
if obsc is not None:
Expand Down

0 comments on commit 9b98d01

Please sign in to comment.