Dear Meep community,

In my main{} I can call:
structure s(v,eps_struct(dielectricarray),pml(dpml));

where:
double eps_struct(const vec &p)

I would like to pass a variable:
structure s(v,eps_struct(dielectricarray),pml(dpml));

where:
double eps_struct(const vec &p, double diearray[401][401])

If I do not pass anything then is finds p but when I pass dielectricarray it
does not find it, any hints? Thanks!


_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to