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

Whitespace.

parent c91a9c08
No related branches found
No related tags found
No related merge requests found
...@@ -217,8 +217,8 @@ class SensorMeanPlaneCrossing { ...@@ -217,8 +217,8 @@ class SensorMeanPlaneCrossing {
final int inf = FastMath.max(0, FastMath.min(scToInertial.size() - 2, (int) FastMath.floor(crossingLine))); final int inf = FastMath.max(0, FastMath.min(scToInertial.size() - 2, (int) FastMath.floor(crossingLine)));
final AbsoluteDate date = sensor.getDate(crossingLine); final AbsoluteDate date = sensor.getDate(crossingLine);
bodyToInert = Transform.interpolate(date, false, false, bodyToInertial.subList(inf, inf + 2)); bodyToInert = Transform.interpolate(date, false, false, bodyToInertial.subList(inf, inf + 2));
scToInert = Transform.interpolate(date, false, false, scToInertial.subList(inf, inf + 2)); scToInert = Transform.interpolate(date, false, false, scToInertial.subList(inf, inf + 2));
} }
return null; return null;
......
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