Skip to content

Commit

Permalink
structure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed May 30, 2017
1 parent 10f15c8 commit 9efea6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rebound/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,6 @@ class reb_simulation_integrator_janus(Structure):

class reb_simulation_integrator_mercurius(Structure):
_fields_ = [("rcrit", c_double),
("coordinates", c_uint),
("recalculate_heliocentric_this_timestep", c_uint),
("recalculate_rhill_this_timestep", c_uint),
("safe_mode", c_uint),
Expand All @@ -1541,7 +1540,6 @@ class reb_simulation_integrator_mercurius(Structure):
("_rhillias15", c_void_p),
("_encounterIndicies", c_void_p),
("_encounterParticles", POINTER(Particle)),
("_p_h", POINTER(Particle)),
("_p_hold", POINTER(Particle)),
]

Expand Down

0 comments on commit 9efea6e

Please sign in to comment.