From 5bc91982e5116f6576d1b34081f897859177268c Mon Sep 17 00:00:00 2001 From: Joe Anderson Date: Thu, 10 Nov 2011 14:20:42 -0600 Subject: made a more general outfile location --- throw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/throw.py b/throw.py index 12bd75d..f04e69d 100644 --- a/throw.py +++ b/throw.py @@ -272,7 +272,7 @@ w0 = v0/r0 inits = [0, w0] #outfile = 'C:\\Users\\dave\\Desktop\\out' -outfile = '/home/jandew/Documents/Impossible Challenges/microsatellite/out' +outfile = '../out' def optimize(): fil = file(outfile, 'w') fil.write('r0, sat. mass, Total Mass, cable diameter, ' -- cgit v1.2.3-54-g00ecf