diff options
-rw-r--r-- | force.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/force.go b/force.go index aac2e8e..32d1d6c 100644 --- a/force.go +++ b/force.go @@ -3,7 +3,7 @@ package main import ( "math" "fmt" - "ioutil" + "io/ioutil" ) // forces_acting calculates the force inbetween the two given stars s1 and s2 |