f_nd_impurity_electrons and f_nd_impurity_electron_array are in impurity_radiation_variables.py and seem to be equal to each other.
In check_process(), f_nd_impurity_electron_array is set to equal f_nd_impurity_electrons:
And at the end of a process run the two arrays remain equal:
Do we need both these variables?
(Not sure if this may be related to #463 ?)
f_nd_impurity_electronsandf_nd_impurity_electron_arrayare in impurity_radiation_variables.py and seem to be equal to each other.In
check_process(),f_nd_impurity_electron_arrayis set to equalf_nd_impurity_electrons:And at the end of a process run the two arrays remain equal:
Do we need both these variables?
(Not sure if this may be related to #463 ?)