Skip to content

Commit 419a4f2

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

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/amuse_tupan/interface.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -572,17 +572,17 @@ 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-
)
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+
# )
586586

587587
handler.add_method(
588588
"get_time",

0 commit comments

Comments
 (0)