From 20b7dd4abf4a76b7bebcd4105d01d47f3e830fc1 Mon Sep 17 00:00:00 2001 From: Jeremy Penn Date: Thu, 23 Nov 2017 12:59:33 -0600 Subject: [PATCH] Add files via upload --- twobody.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twobody.m b/twobody.m index ac25315..d64529a 100644 --- a/twobody.m +++ b/twobody.m @@ -13,7 +13,7 @@ function twobody() R2_0 = input('Input the initial position vector of the second mass [x, y, z] (km):\n'); V1_0 = input('Input the initial velocity vector of the first mass [x, y, z] (km):\n'); - V2_0 = input('Input the initial velocity vector of the first mass [x, y, z] (km):\n'); + V2_0 = input('Input the initial velocity vector of the second mass [x, y, z] (km):\n'); %% make sure all vectors are column vectors if isrow(R1_0)