diff options
author | emile <hanemile@protonmail.com> | 2018-10-10 21:37:58 +0200 |
---|---|---|
committer | emile <hanemile@protonmail.com> | 2018-10-10 21:37:58 +0200 |
commit | f97fb6499cb06e1159709b637cebfa489382b266 (patch) | |
tree | 6e4861d93bfbc62dada6199cf8885fcb87f9214c /csv | |
parent | d1dbd0d66ebee806843191fd5b213500d6d48c2f (diff) |
Reduced the mass of the default stars
Diffstat (limited to 'csv')
-rw-r--r-- | csv/csv.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |