Corrected missing bracket

这个提交包含在:
Craig Warren
2025-07-16 22:01:51 +01:00
父节点 4af2017297
当前提交 51a904e709

查看文件

@@ -66,7 +66,7 @@ if epsr:
mr = 1
z1 = np.sqrt(mr / epsr) * z0
v1 = c / np.sqrt(epsr)
thetac = np.round(np.arcsin(v1 / c * (180 / np.pi))
thetac = np.round(np.arcsin(v1 / c * (180 / np.pi)))
wavelength = v1 / f
# Print some useful information