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

Whitespace.

parent 830732db
No related branches found
No related tags found
No related merge requests found
......@@ -66,13 +66,13 @@ public class SpacecraftToObservedBody {
throws OrekitException {
// propagate/interpolate orbit and attitude
final PVCoordinates pv = pvProvider.getPVCoordinates(date, inertialFrame);
final Attitude attitude = aProvider.getAttitude(pvProvider, date, inertialFrame);
final PVCoordinates pv = pvProvider.getPVCoordinates(date, inertialFrame);
final Attitude attitude = aProvider.getAttitude(pvProvider, date, inertialFrame);
// compute transform from spacecraft frame to inertial frame
return new Transform(date,
new Transform(date, attitude.getOrientation().revert()),
new Transform(date, pv));
new Transform(date, attitude.getOrientation().revert()),
new Transform(date, pv));
}
......
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