Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Editted Comments
  • Loading branch information
mxd12001 authored and mxd12001 committed Dec 8, 2015
1 parent 9d8b1db commit eb88da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jat/examples/ThreeBodyExample/ThreeBodyExample.java
Expand Up @@ -22,7 +22,7 @@ import org.apache.commons.math3.ode.nonstiff.DormandPrince853Integrator;
/*
* We modified the ThreeBodyProblem by emulating the two body problem, and expanding it to ThreeBody
* Elements of two body, such as the orbit calculations, were not as heavily focused on
* We acknowledge that some of our calculations may be a bit inaccurate because some of the math got a bit over our heads
* We acknowledge that some of our calculations may be a bit inaccurate because the equations were complex and out of the scope of our project.
*
* @author Maegan and John
*/
Expand Down Expand Up @@ -71,7 +71,7 @@ public class ThreeBodyExample {
* The step handler is another type of analyzing the algorithms for each body
* These provide fairly accurate results
*
* In general, these equations went over our heads, but refer to the NASA site as well as
* In general, these equations were out of our scope, but refer to the NASA site as well as
* look into other resources to get more information on 3-Body calculations
*
*/
Expand Down

0 comments on commit eb88da6

Please sign in to comment.