We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980aae5 commit b683887Copy full SHA for b683887
1 file changed
src/amuse/community/arepo/interface.py
@@ -23,7 +23,7 @@ class ArepoInterface(
23
.. [#] Weinberger, R., Springel, V., Pakmor, R., 2020, ApJS, 248, 32 (Public Code Release) [2020ApJS..248...32W]
24
"""
25
26
- include_headers = ["worker_code.h", "inteface.h"]
+ include_headers = ["worker_code.h", "interface.h"]
27
28
def __init__(self, **keyword_arguments):
29
CodeInterface.__init__(self, name_of_the_worker="arepo_worker", **keyword_arguments)
0 commit comments