From 167a64a2a40e33ea25b8902a6615162697e3285e Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Fri, 21 Feb 2025 18:13:32 +0100
Subject: [PATCH] Move GCS to variable to shared ParticleDescriptor section

---
 src/include/Commons.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/Commons.h b/src/include/Commons.h
index a2e8fee9..cce0a653 100644
--- a/src/include/Commons.h
+++ b/src/include/Commons.h
@@ -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;
-- 
GitLab