1
0
Fork 0
mirror of https://github.com/Findus23/rebound-stubs.git synced 2024-09-18 14:03:49 +02:00

fix types for create_ode

This commit is contained in:
Lukas Winkler 2022-03-12 18:37:57 +01:00
parent c41f2c09ff
commit b6f1b53103
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -324,7 +324,7 @@ class Simulation(Structure):
def multiply(self, scalar_pos: float, scalar_vel: float) -> None: ...
def create_ode(self, length: int, needs_nbody: bool) -> ODE: ...
def create_ode(self, length: int, needs_nbody: bool = True) -> ODE: ...
def status(self) -> None: ...