Skip to content
Snippets Groups Projects
Commit 167a64a2 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Move GCS to variable to shared ParticleDescriptor section

parent 24b8b517
Branches
Tags
No related merge requests found
......@@ -228,6 +228,8 @@ public:
dcomplex *vkt;
//! \brief Vector of sizes in units of 2*PI/LAMBDA
double *vsz;
//! \brief Total geometric cross-section.
double gcs;
// >>> END OF SECTION COMMON TO ALL DESCRIPTOR TYPES <<< //
// >>> NEEDED BY SPHERE AND CLUSTER <<< //
......@@ -305,8 +307,6 @@ public:
const int& ndit = _ndit;
//! \brief Read-only view of NDM.
const int& ndm = _ndm;
//! \brief Total geometric cross-section.
double gcs;
//! \brief TBD
dcomplex *vh;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment