about summary refs log tree commit diff
path: root/csv
diff options
context:
space:
mode:
Diffstat (limited to 'csv')
-rw-r--r--csv/csv.go2
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