Skip to content
Snippets Groups Projects
Commit 050fc802 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

remove log

parent 2e0fcfc2
No related branches found
No related tags found
No related merge requests found
......@@ -168,8 +168,8 @@ public class OrbitModel {
double roll = getPoly(LOFTransformRollPoly, shift);
double pitch = getPoly(LOFTransformPitchPoly, shift);
double yaw = getPoly(LOFTransformYawPoly, shift);
System.out.format("at shift %f roll %f pitch %f yaw %f \n ", shift,
roll, pitch, yaw);
/**System.out.format("at shift %f roll %f pitch %f yaw %f \n ", shift,
roll, pitch, yaw);*/
LofOffset law = new LofOffset(orbit.getFrame(), type, RotationOrder.XYZ,
roll, pitch, yaw);
......
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