Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
eaa49433
Commit
eaa49433
authored
Jan 13, 2023
by
Luc Maisonobe
Browse files
Fixed missing annotation.
parent
f4f84675
Pipeline
#2921
passed with stages
in 20 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/orekit/forces/radiation/ECOM2.java
View file @
eaa49433
...
...
@@ -26,6 +26,7 @@ import org.hipparchus.geometry.euclidean.threed.Vector3D;
import
org.hipparchus.util.FastMath
;
import
org.hipparchus.util.FieldSinCos
;
import
org.hipparchus.util.SinCos
;
import
org.orekit.annotation.DefaultDataContext
;
import
org.orekit.bodies.OneAxisEllipsoid
;
import
org.orekit.frames.FramesFactory
;
import
org.orekit.propagation.FieldSpacecraftState
;
...
...
@@ -116,6 +117,7 @@ public class ECOM2 extends AbstractRadiationForceModel {
* @param sun provide for Sun parameter
* @param equatorialRadius spherical shape model (for umbra/penumbra computation)
*/
@DefaultDataContext
public
ECOM2
(
final
int
nD
,
final
int
nB
,
final
double
value
,
final
ExtendedPVCoordinatesProvider
sun
,
final
double
equatorialRadius
)
{
super
(
sun
,
new
OneAxisEllipsoid
(
equatorialRadius
,
0.0
,
FramesFactory
.
getGCRF
()));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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