Skip to content
Snippets Groups Projects
Commit 4d7b13ff authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Typo.

parent 751055a0
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ added to the list, they must be transformed to EME2000:
PVCoordinates pvITRF = new PVCoordinates(position, velocity);
Transform transform = itrf.getTransformTo(eme2000, ephemerisDate);
PVCoordinates pvEME2000 = transform.transformPVCoordinates(pvITRF);
satellitePVList.add(new TimeStampedPVCoordinates(ephemerisDate, pvEME2000.getPosition(), pvEME2000.getVelocity(), Vector3D.ZERO)));
satellitePVList.add(new TimeStampedPVCoordinates(ephemerisDate, pvEME2000.getPosition(), pvEME2000.getVelocity(), Vector3D.ZERO));
## Rugged initialization
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment