Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghakim committed May 24, 2022
1 parent 88a205f commit 6945d51
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions RCWA_1D_functions/TE_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,4 @@ def RCWA_1D_TE(E, lattice_constant, theta, num_ord, wavelength_scan,d):
spectra_R.append(np.sum(DE_ri)); #spectra_T.append(T);
spectra_T.append(np.sum(DE_ti))

return spectra_R, spectra_T;





return spectra_R, spectra_T

0 comments on commit 6945d51

Please sign in to comment.