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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
287f63bf
Commit
287f63bf
authored
3 months ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Move angle trigonometric funtions in SphereIterationData
parent
71e7f35b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/IterationData.h
+16
-0
16 additions, 0 deletions
src/include/IterationData.h
with
16 additions
and
0 deletions
src/include/IterationData.h
+
16
−
0
View file @
287f63bf
...
...
@@ -374,6 +374,22 @@ protected:
double
*
vec_zpv
;
public:
//! \brief Cosine of incident radiation azimuth.
double
cost
;
//! \brief Sine of incident radiation azimuth.
double
sint
;
//! \brief Cosine of incident radiation elevation.
double
cosp
;
//! \brief Sine of incident radiation elevation.
double
sinp
;
//! \brief Cosine of scattered radiation azimuth.
double
costs
;
//! \brief Sine of scattered radiation azimuth.
double
sints
;
//! \brief Cosine of scattered radiation elevation.
double
cosps
;
//! \brief Sine of scattered radiation elevation.
double
sinps
;
//! \brief Vacuum magnitude of wave vector.
double
vk
;
//! \brief Wave number.
...
...
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