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

Improve variable description inline documentation

parent 6a865040
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ public:
  dcomplex *dlri;
  //! \brief Vector of dielectric constants.
  dcomplex *dc0;
  //! \brief TBD
  //! \brief Vector of complex refractive indices.
  dcomplex *vkt;
  //! \brief Vector of sizes in units of 2*PI/LAMBDA
  double *vsz;
@@ -412,15 +412,15 @@ public:
  // >>> NEEDED BY CLUSTER <<<
  //! \brief Vector of field intensity components.
  dcomplex *vintt;
  //! \brief Total forward scattering amplitude.
  //! \brief Total forward scattering amplitude of the spheres.
  dcomplex tfsas;
  //! \brief Total scattering amplitude.
  //! \brief Total scattering amplitude of the spheres.
  dcomplex **tsas;
  //! \brief Total scattering cross-section.
  //! \brief Sphere scattering cross-section.
  double scs;
  //! \brief Total extinction cross-section.
  //! \brief Sphere extinction cross-section.
  double ecs;
  //! \brief Total absorption cross-section.
  //! \brief Sphere absorption cross-section.
  double acs;
  //! \brief TBD.
  dcomplex **gis;