Skip to content

Commit

Permalink
Revert "."
Browse files Browse the repository at this point in the history
This reverts commit 6945d51
  • Loading branch information
yonghakim committed May 24, 2022
1 parent 6945d51 commit 8b124be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RCWA_1D_functions/TE_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,9 @@ 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 8b124be

Please sign in to comment.