Loading src/include/Commons.h +4 −4 Original line number Diff line number Diff line Loading @@ -110,13 +110,13 @@ public: dcomplex **tqcps; //! \brief Variation of unitary radiation vector. QUESTION: correct? double *duk; //! \brief Cluster extinction cross-section components. //! \brief Cluster extinction cross-section components referred to scattering plane. double **cextlr; //! \brief Cluster extinction cross-section components. //! \brief Cluster extinction cross-section components referred to meridional plane. double **cext; //! \brief Cluster Mueller Transformation Matrix components. //! \brief Cluster Mueller Transformation Matrix components referred to scattering plane. double **cmullr; //! \brief Cluster Mueller Transformation Matrix components. //! \brief Cluster Mueller Transformation Matrix components referred to meridional plane. double **cmul; //! \brief Geometric asymmetry parameter components. double *gapv; Loading src/inclusion/inclusion.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -144,13 +144,13 @@ public: dcomplex **tqcps; //! \brief Variation of unitary radiation vector. QUESTION: correct? double *duk; //! \brief Cluster extinction cross-section components. //! \brief Cluster extinction cross-section components referred to scattering plane. double **cextlr; //! \brief Cluster extinction cross-section components. //! \brief Cluster extinction cross-section components referred to meridional plane. double **cext; //! \brief Cluster Mueller Transformation Matrix components. //! \brief Cluster Mueller Transformation Matrix components referred to scattering plane. double **cmullr; //! \brief Cluster Mueller Transformation Matrix components. //! \brief Cluster Mueller Transformation Matrix components referred to meridional plane. double **cmul; //! \brief Geometric asymmetry parameter components. double *gapv; Loading Loading
src/include/Commons.h +4 −4 Original line number Diff line number Diff line Loading @@ -110,13 +110,13 @@ public: dcomplex **tqcps; //! \brief Variation of unitary radiation vector. QUESTION: correct? double *duk; //! \brief Cluster extinction cross-section components. //! \brief Cluster extinction cross-section components referred to scattering plane. double **cextlr; //! \brief Cluster extinction cross-section components. //! \brief Cluster extinction cross-section components referred to meridional plane. double **cext; //! \brief Cluster Mueller Transformation Matrix components. //! \brief Cluster Mueller Transformation Matrix components referred to scattering plane. double **cmullr; //! \brief Cluster Mueller Transformation Matrix components. //! \brief Cluster Mueller Transformation Matrix components referred to meridional plane. double **cmul; //! \brief Geometric asymmetry parameter components. double *gapv; Loading
src/inclusion/inclusion.cpp +4 −4 Original line number Diff line number Diff line Loading @@ -144,13 +144,13 @@ public: dcomplex **tqcps; //! \brief Variation of unitary radiation vector. QUESTION: correct? double *duk; //! \brief Cluster extinction cross-section components. //! \brief Cluster extinction cross-section components referred to scattering plane. double **cextlr; //! \brief Cluster extinction cross-section components. //! \brief Cluster extinction cross-section components referred to meridional plane. double **cext; //! \brief Cluster Mueller Transformation Matrix components. //! \brief Cluster Mueller Transformation Matrix components referred to scattering plane. double **cmullr; //! \brief Cluster Mueller Transformation Matrix components. //! \brief Cluster Mueller Transformation Matrix components referred to meridional plane. double **cmul; //! \brief Geometric asymmetry parameter components. double *gapv; Loading