mirror of
https://github.com/Findus23/rebound-stubs.git
synced 2024-09-08 02:23:48 +02:00
fix types for create_ode
This commit is contained in:
parent
c41f2c09ff
commit
b6f1b53103
1 changed files with 1 additions and 1 deletions
|
@ -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: ...
|
||||
|
||||
|
|
Loading…
Reference in a new issue