Skip to content

Commit 77bd9f3

Browse files
committed
Tupan: remove get/set_eta from methods since it is a parameter
1 parent 419a4f2 commit 77bd9f3

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/amuse_tupan/interface.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -572,18 +572,6 @@ def define_parameters(self, handler):
572572
def define_methods(self, handler):
573573
GravitationalDynamics.define_methods(self, handler)
574574

575-
# handler.add_method(
576-
# "get_eta",
577-
# (),
578-
# (handler.NO_UNIT, handler.ERROR_CODE,)
579-
# )
580-
581-
# handler.add_method(
582-
# "set_eta",
583-
# (handler.NO_UNIT,),
584-
# (handler.ERROR_CODE,)
585-
# )
586-
587575
handler.add_method(
588576
"get_time",
589577
(),

0 commit comments

Comments
 (0)