From f97fb6499cb06e1159709b637cebfa489382b266 Mon Sep 17 00:00:00 2001 From: emile Date: Wed, 10 Oct 2018 21:37:58 +0200 Subject: Reduced the mass of the default stars --- csv/csv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv/csv.go b/csv/csv.go index 63783ed..6f1b652 100644 --- a/csv/csv.go +++ b/csv/csv.go @@ -56,7 +56,7 @@ func Import(path string, start int, end int, slice []structs.Star) []structs.Sta tempStar := structs.Star{ structs.Coord{x, y}, structs.Force{0, 0}, - 1000000, + 50000, } // Add the Temporary star to the slice -- cgit 1.4.1