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

Removed development trace.

parent 7f1f2448
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,6 @@ public abstract class AbstractAlgorithmTest {
Vector3D position = state.getPVCoordinates(earth.getBodyFrame()).getPosition();
Vector3D los = groundP.subtract(position);
System.out.println(los.normalize());
GeodeticPoint result = algorithm.refineIntersection(earth, position, los,
algorithm.intersection(earth, position, los));
checkIntersection(position, los, result);
......
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