Skip to content

Commit b683887

Browse files
committed
fix typo
1 parent 980aae5 commit b683887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/amuse/community/arepo/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ArepoInterface(
2323
.. [#] Weinberger, R., Springel, V., Pakmor, R., 2020, ApJS, 248, 32 (Public Code Release) [2020ApJS..248...32W]
2424
"""
2525

26-
include_headers = ["worker_code.h", "inteface.h"]
26+
include_headers = ["worker_code.h", "interface.h"]
2727

2828
def __init__(self, **keyword_arguments):
2929
CodeInterface.__init__(self, name_of_the_worker="arepo_worker", **keyword_arguments)

0 commit comments

Comments
 (0)