Skip to content

Commit

Permalink
Changes output of plotTrajectory to LandingObject
Browse files Browse the repository at this point in the history
  • Loading branch information
S010MON committed Jun 20, 2021
1 parent e30b272 commit d3beece
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/src/test/java/src/test/TestLandingController.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ void logFallFromOrbit()
Vector3d titanVel = new Vector3d(0,0,0);
double titanMass = 1.34553e23;
double titanRadius = 2575.5e3;

Vector3d[] array = lc.plotTrajectory(landerPos, landerVel, landerMass, titanPos, titanVel, titanMass, titanRadius);
for(int i = 0;i<array.length;i++)
{
System.out.println(array[i]);
}
}

/**
Expand Down

0 comments on commit d3beece

Please sign in to comment.