Skip to content

Commit 8b124be

Browse files
committed
Revert "."
This reverts commit 6945d51
1 parent 6945d51 commit 8b124be

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RCWA_1D_functions/TE_solver.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,9 @@ def RCWA_1D_TE(E, lattice_constant, theta, num_ord, wavelength_scan,d):
119119
spectra_R.append(np.sum(DE_ri)); #spectra_T.append(T);
120120
spectra_T.append(np.sum(DE_ti))
121121

122-
return spectra_R, spectra_T
122+
return spectra_R, spectra_T;
123+
124+
125+
126+
127+

0 commit comments

Comments
 (0)