Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zhang Xin
StraylightSim
Commits
766a3368
Commit
766a3368
authored
Jul 03, 2023
by
Zhang Xin
Browse files
null bug
parent
83945b31
Changes
2
Hide whitespace changes
Inline
Side-by-side
StrayLight.cpp
View file @
766a3368
...
...
@@ -679,6 +679,9 @@ void EarthShine(double ju, double sat[3], double ob[3], double py[3], double E[7
for
(
int
i
=
0
;
i
<
7
;
i
++
)
{
E
[
i
]
=
Ealbedo
*
SunRatio
[
i
];
if
(
isfinite
(
E
[
i
])
==
false
){
E
[
i
]
=
0.0
;
}
// cout << E[i] << " ";
}
// cout << endl;
...
...
libstraylight.dylib
View file @
766a3368
No preview for this file type
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment