Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
167a64a2
Commit
167a64a2
authored
4 months ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Move GCS to variable to shared ParticleDescriptor section
parent
24b8b517
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/Commons.h
+2
-2
2 additions, 2 deletions
src/include/Commons.h
with
2 additions
and
2 deletions
src/include/Commons.h
+
2
−
2
View file @
167a64a2
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment