You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1154 removed the freq_min, dfreq, and nfreq member objects from the dft_flux class and replaced them with std::vector<double> freq. #1163 provided a Python interface for this new frequency grid but the Scheme interface has yet to be updated. Specifically, the following functions in scheme/meep.scm.in no longer work and need to be updated:
#1154 removed the
freq_min
,dfreq
, andnfreq
member objects from thedft_flux
class and replaced them withstd::vector<double> freq
. #1163 provided a Python interface for this new frequency grid but the Scheme interface has yet to be updated. Specifically, the following functions inscheme/meep.scm.in
no longer work and need to be updated:https://github.com/NanoComp/meep/blob/master/scheme/meep.scm.in#L573-L577
https://github.com/NanoComp/meep/blob/master/scheme/meep.scm.in#L642-L646
https://github.com/NanoComp/meep/blob/master/scheme/meep.scm.in#L710-L714
https://github.com/NanoComp/meep/blob/master/scheme/meep.scm.in#L761-L765
The text was updated successfully, but these errors were encountered: