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

Make ScattererConfiguration::_rcf structure public

parent f0463d96
Branches
No related tags found
No related merge requests found
...@@ -288,8 +288,6 @@ protected: ...@@ -288,8 +288,6 @@ protected:
dcomplex ***_dc0_matrix; dcomplex ***_dc0_matrix;
//! \brief Vector of sphere radii expressed in m, with size [N_SPHERES]. //! \brief Vector of sphere radii expressed in m, with size [N_SPHERES].
double *_radii_of_spheres; double *_radii_of_spheres;
//! \brief Matrix of fractional transition radii with size [N_SPHERES x LAYERS].
double **_rcf;
//! \brief Vector of sphere ID numbers, with size [N_SPHERES]. //! \brief Vector of sphere ID numbers, with size [N_SPHERES].
int *_iog_vec; int *_iog_vec;
//! \brief Vector of layer numbers for every sphere, with size [N_SPHERES]. //! \brief Vector of layer numbers for every sphere, with size [N_SPHERES].
...@@ -383,6 +381,8 @@ public: ...@@ -383,6 +381,8 @@ public:
const int& max_layers = _max_layers; const int& max_layers = _max_layers;
//! \brief Read only view on flag to control whether to add an external layer. //! \brief Read only view on flag to control whether to add an external layer.
const bool& use_external_sphere = _use_external_sphere; const bool& use_external_sphere = _use_external_sphere;
//! \brief Matrix of fractional transition radii with size [CONFIGURATIONS x LAYERS].
double **_rcf;
/*! \brief Build a scatterer configuration structure. /*! \brief Build a scatterer configuration structure.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment