diff options
-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 |