Skip to content

Commit

Permalink
Replace existing Raytracing example
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jun 1, 2022
1 parent 36c5435 commit 0da2577
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 125 deletions.
2 changes: 1 addition & 1 deletion examples/raytracing/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
add_executable(ArborX_RayTracing.exe example_raytracing.cpp)
target_link_libraries(ArborX_RayTracing.exe ArborX::ArborX Boost::program_options)
add_test(NAME ArborX_RayTracing_Example COMMAND ./ArborX_RayTracing.exe --spheres=1000 --rays=50000 --L=200.0)
add_test(NAME ArborX_RayTracing_Example COMMAND ./ArborX_RayTracing.exe --Nx=10 --Ny=10 --Nz=10 --Lx=1 --Ly=100000 --Lz=100000 --rays=1000)
Loading

0 comments on commit 0da2577

Please sign in to comment.