Skip to content

Commit 3978139

Browse files
committed
fix missing comment in paraxial surface constructor
1 parent 2135945 commit 3978139

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

optiland/surfaces/paraxial_surface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def __init__(
4040
bsdf=None,
4141
is_reflective=False,
4242
surface_type="paraxial",
43+
comment="",
4344
):
4445
self.f = be.array(focal_length)
4546
super().__init__(
@@ -52,6 +53,7 @@ def __init__(
5253
bsdf,
5354
is_reflective,
5455
surface_type,
56+
comment,
5557
)
5658

5759
def _interact(self, rays):

0 commit comments

Comments
 (0)