diff --git a/src/site/markdown/tutorials/direct-location.md b/src/site/markdown/tutorials/direct-location.md index d519d3fccd400c8b199d52c0b9f6294eb0b73797..c8cea13791f85bda7f40a2964daae7ac6a968ec3 100644 --- a/src/site/markdown/tutorials/direct-location.md +++ b/src/site/markdown/tutorials/direct-location.md @@ -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