Skip to content

Commit

Permalink
Put Sphere.cc in nvcc compile list to prevent issues with parameter p…
Browse files Browse the repository at this point in the history
…assing
  • Loading branch information
Martin D. Weinberg committed Oct 10, 2024
1 parent b8ac63f commit d24ae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (ENABLE_CUDA)
Cube.cc Cylinder.cc ExternalForce.cc NVTX.cc OrbTrace.cc Orient.cc
OutAscii.cc OutCHKPT.cc OutCHKPTQ.cc OutCalbr.cc OutFrac.cc
OutLog.cc OutPS.cc OutPSN.cc OutPSP.cc OutPSQ.cc OutPSR.cc
OutputContainer.cc PolarBasis.cc PotAccel.cc SlabSL.cc
OutputContainer.cc PolarBasis.cc PotAccel.cc SlabSL.cc Sphere.cc
SphericalBasis.cc begin.cc incpos.cc incvel.cc step.cc
PROPERTIES LANGUAGE CUDA)

Expand Down

0 comments on commit d24ae4f

Please sign in to comment.