Skip to content

Commit

Permalink
python server_data updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Feb 11, 2024
1 parent 6c140d4 commit 2769bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rebound/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,7 @@ class ServerData(Structure):
_fields_ = [
("r", POINTER(Simulation)),
("r_copy", POINTER(Simulation)),
("_status_before_screenshot", c_int),
("port", c_int),
("need_copy", c_int),
("ready", c_int),
Expand Down

0 comments on commit 2769bc1

Please sign in to comment.