about summary refs log tree commit diff
path: root/http.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-15 01:27:18 +0100
committerEmile <hanemile@protonmail.com>2019-02-15 01:27:18 +0100
commit447138f713e063cc9e7f70d4d3b6ad0ba93f6213 (patch)
tree419a31b9babdf2762810760f802b118d65aaa81e /http.go
parent71b15249b36e8408d48531d89a01cc7d7b044ebe (diff)
working!
Diffstat (limited to 'http.go')
-rw-r--r--http.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/http.go b/http.go
index 2f87c5d..851fa53 100644
--- a/http.go
+++ b/http.go
@@ -95,14 +95,3 @@ func updateCenterOfMassEndpoint(db *sql.DB, index int64) {
 func genForestTreeEndpoint(db *sql.DB, index int64) string {
 	return db_actions.GenForestTree(db, index)
 }
-
-func testCalcEndpoint(db *sql.DB) {
-
-	star := structs.Star2D{
-		structs.Vec2{110, 110},
-		structs.Vec2{0, 0},
-		1000,
-	}
-
-	db_actions.CalcAllForces(db, star, 0.1)
-}