Skip to content

Commit

Permalink
File 'ecef.pyx' renamed to 'directions.pyx'
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Steger authored and Christian Steger committed Jun 5, 2022
1 parent d667960 commit f38b03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
extra_compile_args=["-O3", "-ffast-math", "-fopenmp"],
extra_link_args=["-fopenmp"],
include_dirs=[np.get_include()]),
Extension("ecef",
["horayzon/ecef.pyx"],
Extension("directions",
["horayzon/directions.pyx"],
libraries=libraries_cython,
extra_compile_args=["-O3", "-ffast-math", "-fopenmp"],
extra_link_args=["-fopenmp"],
Expand Down

0 comments on commit f38b03a

Please sign in to comment.