about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 48ed075..0ad2e69 100644
--- a/main.go
+++ b/main.go
@@ -15,7 +15,7 @@ func main() {
 	var stars int = 800
 
 	// the slice starsSlice stores the star structures
-	starsSlice := []structs.Star{}
+	starsSlice := []structs.Star2D{}
 
 	logplus.LogPositive("Opening the csv")
 	starsSlice = csv.Import("data/U_ALL.csv", 0, stars, starsSlice)