Skip to content

Commit

Permalink
Fixed interpolator is now cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Jul 2, 2020
1 parent a5b33cb commit 7255a05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'yt/frontends/artio/artio_headers/'],
'STD_LIBS': std_libs,
'OMP_ARGS': omp_args,
'FIXED_INTERP': 'yt/utilities/lib/fixed_interpolator.c',
'FIXED_INTERP': 'yt/utilities/lib/fixed_interpolator.cpp',
'ARTIO_SOURCE': glob.glob("yt/frontends/artio/artio_headers/*.c"),
}

Expand Down
2 changes: 2 additions & 0 deletions yt/utilities/lib/cyoctree_raytracing.pxd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# distutils: language = c++
# distutils: extra_compile_args=["-std=c++11"]
"""This is a wrapper around the C++ class to efficiently cast rays into an octree.
It relies on the seminal paper by J. Revelles,, C.Ureña and M.Lastra.
"""
Expand Down

0 comments on commit 7255a05

Please sign in to comment.