Commit bb6d7b73 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Expand inline documentation of RMI, REI and W arrays

parent e52f687e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -294,11 +294,11 @@ public:
  const int &npnt = _npnt;
  //! \brief Read-only view on number of points for numerical integration in transition layer.
  const int &npntts = _npntts;
  //! \brief Matrix of inverse radial M coefficients.
  //! \brief Matrix of Mie scattering b-coefficients for different orders and spheres.
  dcomplex **rmi;
  //! \brief Matrix of inverse radial E coefficients.
  //! \brief Matrix of Matrix of Mie scattering a-coefficients for different orders and spheres.
  dcomplex **rei;
  //! \brief Matrix of W coefficients.
  //! \brief Matrix of multipole amplitudes for incident and scattered fields.
  dcomplex **w;
  //! \brief Vector of intensity components.
  dcomplex *vint;
@@ -320,7 +320,7 @@ public:
  dcomplex *ris;
  //! \brief TBD
  dcomplex *dlri;
  //! \brief TBD
  //! \brief Vector of dielectric constants.
  dcomplex *dc0;
  //! \brief TBD
  dcomplex *vkt;