Skip to content

fixed bug in refract_paraxial:

self.dir was divided bei sel.dir.z, which inverts the direction for the case of propaation into negative z. Changed to division by self.dir.z.abs()

Closes #314 (closed)

Merge request reports