diff --git a/src/jat/examples/ThreeBodyExample/ThreeBodyExample.java b/src/jat/examples/ThreeBodyExample/ThreeBodyExample.java index cd9a912..6a56811 100644 --- a/src/jat/examples/ThreeBodyExample/ThreeBodyExample.java +++ b/src/jat/examples/ThreeBodyExample/ThreeBodyExample.java @@ -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 */ @@ -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 * */