Skip to content

Commit 3511dac

Browse files
Update octree.h
1 parent f220063 commit 3511dac

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/gravity/octree.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
#include "../struct/particle.h"
33
#include <vector>
44

5-
// Forward declaration so bhForce() can accept Octree*
6-
struct Octree;
7-
8-
// Function declaration
9-
void bhForce(Octree* node, Particle& p, real theta, real dt);
105

116
// =========================
127
// Octree definition

0 commit comments

Comments
 (0)