A comprehensive and full-featured computational physics suite for boundary-element analysis of electromagnetic scattering, fluctuation-induced phenomena (Casimir forces and radiative heat transfer), nanophotonics, RF device engineering, electrostatics, and more. Includes a core library with C++ and python APIs as well as many command-line applications.
This fix is for scuff-caspol. An assignment for variable MD is added in PolModel::InitPolModel_BI, so that in PolModel::GetPolarizability it won't appear in an if statement without an initial assignment.
This fix is for scuff-caspol. An assignment for variable
MD
is added inPolModel::InitPolModel_BI
, so that inPolModel::GetPolarizability
it won't appear in an if statement without an initial assignment.