From bf1b1905c8fdc52f4375ed4fe3b45eb7f75ce572 Mon Sep 17 00:00:00 2001 From: John A Costa III Date: Wed, 9 Dec 2015 15:41:30 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 763d029..f47b33f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ We created a new ThreeBodyAPL.java class to work with the integrators for the or TheeBodyExample.java class to work with the derivatives and integrators. Through doing this project, we were able to edit the classes to be able to graph the positions of mass. -Although this was no exactly what we wanted our modification to be, this is a huge step towards having a functional +Although this was not exactly what we wanted our modification to be, this is a huge step towards having a functional Three Body Problem. In addition to that, those who wish to edit this in the future will have their basis for the Three Body Problem. The issue that we hit with our modification was that we could not implement the integrators to compute what we needed to calculate the orbits of the planets. + +All documentation is included in repository jic13003/Costa-Dyakiw, which includes project logs, sequence diagrams, MaintainJ diagrams and class diagrams.