From ed8f2ed0a78770fb2f7b4cf546710d2e7060cd17 Mon Sep 17 00:00:00 2001 From: Ahmed Al-kharusi <63564296+Ahmed-alkharusi@users.noreply.github.com> Date: Wed, 12 Aug 2020 20:07:15 +0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e01a81e..ed56562 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Three-body-problem +WARNING: The source is not finalized. I need to change some bits and think more about optimizing the code. + Three body problem simulation using the RK4 (C++) ## A screenshot ![alt text](https://github.com/Ahmed-alkharusi/Three-body-problem/blob/master/1.PNG)