From 447138f713e063cc9e7f70d4d3b6ad0ba93f6213 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 15 Feb 2019 01:27:18 +0100 Subject: working! --- http.go | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'http.go') 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) -} -- cgit 1.4.1