Commit 167a64a2 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Move GCS to variable to shared ParticleDescriptor section

parent 24b8b517
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;